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
Modifier and TypeMethodDescriptionallocatedStorageInGb
(Double allocatedStorageInGb) The new amount of storage in GB to allocate for the DB instance.The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.storageThroughput
(Double storageThroughput) The storage throughput for the DB instance.storageType
(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, sdkFields
-
Method Details
-
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
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
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
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.
-