Interface DBStorageConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DBStorageConfiguration.Builder,
,DBStorageConfiguration> SdkBuilder<DBStorageConfiguration.Builder,
,DBStorageConfiguration> SdkPojo
- Enclosing class:
DBStorageConfiguration
@Mutable
@NotThreadSafe
public static interface DBStorageConfiguration.Builder
extends SdkPojo, CopyableBuilder<DBStorageConfiguration.Builder,DBStorageConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionallocatedStorage
(Integer allocatedStorage) The size of the DB storage in gigabytes (GB).The provisioned IOPs of the DB storage.maxAllocatedStorage
(Integer maxAllocatedStorage) The maximum limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.storageThroughput
(Integer storageThroughput) The storage throughput of the DB storage.storageType
(String storageType) The type of DB storage.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 Details
-
storageType
The type of DB storage.
- Parameters:
storageType
- The type of DB storage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allocatedStorage
The size of the DB storage in gigabytes (GB).
- Parameters:
allocatedStorage
- The size of the DB storage in gigabytes (GB).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iops
The provisioned IOPs of the DB storage.
- Parameters:
iops
- The provisioned IOPs of the DB storage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxAllocatedStorage
The maximum limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.
- Parameters:
maxAllocatedStorage
- The maximum limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageThroughput
The storage throughput of the DB storage.
- Parameters:
storageThroughput
- The storage throughput of the DB storage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-