Interface RdsDbInstanceStorageConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RdsDbInstanceStorageConfiguration.Builder,RdsDbInstanceStorageConfiguration>,SdkBuilder<RdsDbInstanceStorageConfiguration.Builder,RdsDbInstanceStorageConfiguration>,SdkPojo
- Enclosing class:
- RdsDbInstanceStorageConfiguration
public static interface RdsDbInstanceStorageConfiguration.Builder extends SdkPojo, CopyableBuilder<RdsDbInstanceStorageConfiguration.Builder,RdsDbInstanceStorageConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RdsDbInstanceStorageConfiguration.BuilderallocatedStorageInGb(Double allocatedStorageInGb)The new amount of storage in GB to allocate for the DB instance.RdsDbInstanceStorageConfiguration.Builderiops(Double iops)The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.RdsDbInstanceStorageConfiguration.BuilderstorageThroughput(Double storageThroughput)The storage throughput for the DB instance.RdsDbInstanceStorageConfiguration.BuilderstorageType(String storageType)The storage type to associate with the DB instance.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
storageType
RdsDbInstanceStorageConfiguration.Builder storageType(String storageType)
The storage type to associate with the DB instance.
- Parameters:
storageType- The storage type to associate with the DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allocatedStorageInGb
RdsDbInstanceStorageConfiguration.Builder allocatedStorageInGb(Double allocatedStorageInGb)
The new amount of storage in GB to allocate for the DB instance.
- Parameters:
allocatedStorageInGb- The new amount of storage in GB to allocate for the DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iops
RdsDbInstanceStorageConfiguration.Builder iops(Double iops)
The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.
- Parameters:
iops- The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageThroughput
RdsDbInstanceStorageConfiguration.Builder storageThroughput(Double storageThroughput)
The storage throughput for the DB instance.
- Parameters:
storageThroughput- The storage throughput for the DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-