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