Uses of Interface
software.amazon.awssdk.services.rds.model.ModifyAdditionalStorageVolume.Builder
Packages that use ModifyAdditionalStorageVolume.Builder
-
Uses of ModifyAdditionalStorageVolume.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ModifyAdditionalStorageVolume.BuilderModifier and TypeMethodDescriptionModifyAdditionalStorageVolume.Builder.allocatedStorage(Integer allocatedStorage) The amount of storage allocated for the additional storage volume, in gibibytes (GiB).ModifyAdditionalStorageVolume.builder()The number of I/O operations per second (IOPS) provisioned for the additional storage volume.ModifyAdditionalStorageVolume.Builder.maxAllocatedStorage(Integer maxAllocatedStorage) The upper limit in gibibytes (GiB) to which RDS can automatically scale the storage of the additional storage volume.ModifyAdditionalStorageVolume.Builder.setForDelete(Boolean setForDelete) Indicates whether to delete the additional storage volume.ModifyAdditionalStorageVolume.Builder.storageThroughput(Integer storageThroughput) The storage throughput value for the additional storage volume, in mebibytes per second (MiBps).ModifyAdditionalStorageVolume.Builder.storageType(String storageType) The new storage type for the additional storage volume.ModifyAdditionalStorageVolume.toBuilder()ModifyAdditionalStorageVolume.Builder.volumeName(String volumeName) The name of the additional storage volume that you want to modify.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ModifyAdditionalStorageVolume.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyAdditionalStorageVolume.Builder>ModifyAdditionalStorageVolume.serializableBuilderClass()