Interface ModifyAdditionalStorageVolume.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ModifyAdditionalStorageVolume.Builder,ModifyAdditionalStorageVolume>,SdkBuilder<ModifyAdditionalStorageVolume.Builder,ModifyAdditionalStorageVolume>,SdkPojo
- Enclosing class:
- ModifyAdditionalStorageVolume
@Mutable @NotThreadSafe public static interface ModifyAdditionalStorageVolume.Builder extends SdkPojo, CopyableBuilder<ModifyAdditionalStorageVolume.Builder,ModifyAdditionalStorageVolume>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyAdditionalStorageVolume.BuilderallocatedStorage(Integer allocatedStorage)The amount of storage allocated for the additional storage volume, in gibibytes (GiB).ModifyAdditionalStorageVolume.Builderiops(Integer iops)The number of I/O operations per second (IOPS) provisioned for the additional storage volume.ModifyAdditionalStorageVolume.BuildermaxAllocatedStorage(Integer maxAllocatedStorage)The upper limit in gibibytes (GiB) to which RDS can automatically scale the storage of the additional storage volume.ModifyAdditionalStorageVolume.BuildersetForDelete(Boolean setForDelete)Indicates whether to delete the additional storage volume.ModifyAdditionalStorageVolume.BuilderstorageThroughput(Integer storageThroughput)The storage throughput value for the additional storage volume, in mebibytes per second (MiBps).ModifyAdditionalStorageVolume.BuilderstorageType(String storageType)The new storage type for the additional storage volume.ModifyAdditionalStorageVolume.BuildervolumeName(String volumeName)The name of the additional storage volume that you want to modify.-
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
-
volumeName
ModifyAdditionalStorageVolume.Builder volumeName(String volumeName)
The name of the additional storage volume that you want to modify.
Valid Values:
RDSDBDATA2 | RDSDBDATA3 | RDSDBDATA4- Parameters:
volumeName- The name of the additional storage volume that you want to modify.Valid Values:
RDSDBDATA2 | RDSDBDATA3 | RDSDBDATA4- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allocatedStorage
ModifyAdditionalStorageVolume.Builder allocatedStorage(Integer allocatedStorage)
The amount of storage allocated for the additional storage volume, in gibibytes (GiB). The minimum is 20 GiB. The maximum is 65,536 GiB (64 TiB).
- Parameters:
allocatedStorage- The amount of storage allocated for the additional storage volume, in gibibytes (GiB). The minimum is 20 GiB. The maximum is 65,536 GiB (64 TiB).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iops
ModifyAdditionalStorageVolume.Builder iops(Integer iops)
The number of I/O operations per second (IOPS) provisioned for the additional storage volume. This setting is only supported for Provisioned IOPS SSD (
io1andio2) storage types.- Parameters:
iops- The number of I/O operations per second (IOPS) provisioned for the additional storage volume. This setting is only supported for Provisioned IOPS SSD (io1andio2) storage types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxAllocatedStorage
ModifyAdditionalStorageVolume.Builder maxAllocatedStorage(Integer maxAllocatedStorage)
The upper limit in gibibytes (GiB) to which RDS can automatically scale the storage of the additional storage volume. You must provide a value greater than or equal to
AllocatedStorage.- Parameters:
maxAllocatedStorage- The upper limit in gibibytes (GiB) to which RDS can automatically scale the storage of the additional storage volume. You must provide a value greater than or equal toAllocatedStorage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageThroughput
ModifyAdditionalStorageVolume.Builder storageThroughput(Integer storageThroughput)
The storage throughput value for the additional storage volume, in mebibytes per second (MiBps). This setting applies only to the General Purpose SSD (
gp3) storage type.- Parameters:
storageThroughput- The storage throughput value for the additional storage volume, in mebibytes per second (MiBps). This setting applies only to the General Purpose SSD (gp3) storage type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageType
ModifyAdditionalStorageVolume.Builder storageType(String storageType)
The new storage type for the additional storage volume.
Valid Values:
GP3 | IO2- Parameters:
storageType- The new storage type for the additional storage volume.Valid Values:
GP3 | IO2- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setForDelete
ModifyAdditionalStorageVolume.Builder setForDelete(Boolean setForDelete)
Indicates whether to delete the additional storage volume. The value
trueschedules the volume for deletion. You can delete an additional storage volume only when it doesn't contain database files or other data.- Parameters:
setForDelete- Indicates whether to delete the additional storage volume. The valuetrueschedules the volume for deletion. You can delete an additional storage volume only when it doesn't contain database files or other data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-