Uses of Interface
software.amazon.awssdk.services.rds.model.AvailableAdditionalStorageVolumesOption.Builder
Packages that use AvailableAdditionalStorageVolumesOption.Builder
-
Uses of AvailableAdditionalStorageVolumesOption.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return AvailableAdditionalStorageVolumesOption.BuilderModifier and TypeMethodDescriptionAvailableAdditionalStorageVolumesOption.builder()The maximum number of I/O operations per second (IOPS) that the additional storage volume supports.AvailableAdditionalStorageVolumesOption.Builder.maxIopsPerGib(Double maxIopsPerGib) The maximum ratio of I/O operations per second (IOPS) to gibibytes (GiB) of storage for the additional storage volume.AvailableAdditionalStorageVolumesOption.Builder.maxStorageSize(Integer maxStorageSize) The maximum amount of storage that you can allocate for the additional storage volume, in gibibytes (GiB).AvailableAdditionalStorageVolumesOption.Builder.maxStorageThroughput(Integer maxStorageThroughput) The maximum storage throughput that the additional storage volume supports, in mebibytes per second (MiBps).The minimum number of I/O operations per second (IOPS) that the additional storage volume supports.AvailableAdditionalStorageVolumesOption.Builder.minIopsPerGib(Double minIopsPerGib) The minimum ratio of I/O operations per second (IOPS) to gibibytes (GiB) of storage for the additional storage volume.AvailableAdditionalStorageVolumesOption.Builder.minStorageSize(Integer minStorageSize) The minimum amount of storage that you can allocate for the additional storage volume, in gibibytes (GiB).AvailableAdditionalStorageVolumesOption.Builder.minStorageThroughput(Integer minStorageThroughput) The minimum storage throughput that the additional storage volume supports, in mebibytes per second (MiBps).AvailableAdditionalStorageVolumesOption.Builder.storageType(String storageType) The storage type for the additional storage volume.AvailableAdditionalStorageVolumesOption.Builder.supportsIops(Boolean supportsIops) Indicates whether the additional storage volume supports provisioned IOPS.AvailableAdditionalStorageVolumesOption.Builder.supportsStorageAutoscaling(Boolean supportsStorageAutoscaling) Indicates whether the additional storage volume supports storage autoscaling.AvailableAdditionalStorageVolumesOption.Builder.supportsStorageThroughput(Boolean supportsStorageThroughput) Indicates whether the additional storage volume supports configurable storage throughput.AvailableAdditionalStorageVolumesOption.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type AvailableAdditionalStorageVolumesOption.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AvailableAdditionalStorageVolumesOption.Builder>AvailableAdditionalStorageVolumesOption.serializableBuilderClass()