Class RdsDbInstanceStorageConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.costoptimizationhub.model.RdsDbInstanceStorageConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RdsDbInstanceStorageConfiguration.Builder,RdsDbInstanceStorageConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class RdsDbInstanceStorageConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RdsDbInstanceStorageConfiguration.Builder,RdsDbInstanceStorageConfiguration>
The Amazon RDS DB instance storage configuration used for recommendations.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRdsDbInstanceStorageConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleallocatedStorageInGb()The new amount of storage in GB to allocate for the DB instance.static RdsDbInstanceStorageConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Doubleiops()The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RdsDbInstanceStorageConfiguration.Builder>serializableBuilderClass()DoublestorageThroughput()The storage throughput for the DB instance.StringstorageType()The storage type to associate with the DB instance.RdsDbInstanceStorageConfiguration.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 storage type to associate with the DB instance.
- Returns:
- The storage type to associate with the DB instance.
-
allocatedStorageInGb
public final Double allocatedStorageInGb()
The new amount of storage in GB to allocate for the DB instance.
- Returns:
- The new amount of storage in GB to allocate for the DB instance.
-
iops
public final Double iops()
The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.
- Returns:
- The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.
-
storageThroughput
public final Double storageThroughput()
The storage throughput for the DB instance.
- Returns:
- The storage throughput for the DB instance.
-
toBuilder
public RdsDbInstanceStorageConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RdsDbInstanceStorageConfiguration.Builder,RdsDbInstanceStorageConfiguration>
-
builder
public static RdsDbInstanceStorageConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends RdsDbInstanceStorageConfiguration.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
-
-