Class DBStorageConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.computeoptimizer.model.DBStorageConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DBStorageConfiguration.Builder,DBStorageConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class DBStorageConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DBStorageConfiguration.Builder,DBStorageConfiguration>
The configuration of the recommended RDS storage.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDBStorageConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerallocatedStorage()The size of the RDS storage in gigabytes (GB).static DBStorageConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integeriops()The provisioned IOPs of the RDS storage.IntegermaxAllocatedStorage()The maximum limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the RDS instance.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DBStorageConfiguration.Builder>serializableBuilderClass()IntegerstorageThroughput()The storage throughput of the RDS storage.StringstorageType()The type of RDS storage.DBStorageConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
storageType
public final String storageType()
The type of RDS storage.
- Returns:
- The type of RDS storage.
-
allocatedStorage
public final Integer allocatedStorage()
The size of the RDS storage in gigabytes (GB).
- Returns:
- The size of the RDS storage in gigabytes (GB).
-
iops
public final Integer iops()
The provisioned IOPs of the RDS storage.
- Returns:
- The provisioned IOPs of the RDS storage.
-
maxAllocatedStorage
public final Integer maxAllocatedStorage()
The maximum limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the RDS instance.
- Returns:
- The maximum limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the RDS instance.
-
storageThroughput
public final Integer storageThroughput()
The storage throughput of the RDS storage.
- Returns:
- The storage throughput of the RDS storage.
-
toBuilder
public DBStorageConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DBStorageConfiguration.Builder,DBStorageConfiguration>
-
builder
public static DBStorageConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends DBStorageConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-