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