public static interface ValidStorageOptions.Builder extends CopyableBuilder<ValidStorageOptions.Builder,ValidStorageOptions>
Modifier and Type | Method and Description |
---|---|
ValidStorageOptions.Builder |
iopsToStorageRatio(Collection<DoubleRange> iopsToStorageRatio)
The valid range of Provisioned IOPS to gigabytes of storage multiplier.
|
ValidStorageOptions.Builder |
iopsToStorageRatio(DoubleRange... iopsToStorageRatio)
The valid range of Provisioned IOPS to gigabytes of storage multiplier.
|
ValidStorageOptions.Builder |
provisionedIops(Collection<Range> provisionedIops)
The valid range of provisioned IOPS.
|
ValidStorageOptions.Builder |
provisionedIops(Range... provisionedIops)
The valid range of provisioned IOPS.
|
ValidStorageOptions.Builder |
storageSize(Collection<Range> storageSize)
The valid range of storage in gigabytes.
|
ValidStorageOptions.Builder |
storageSize(Range... storageSize)
The valid range of storage in gigabytes.
|
ValidStorageOptions.Builder |
storageType(String storageType)
The valid storage types for your DB instance.
|
copy
apply, build
ValidStorageOptions.Builder storageType(String storageType)
The valid storage types for your DB instance. For example, gp2, io1.
storageType
- The valid storage types for your DB instance. For example, gp2, io1.ValidStorageOptions.Builder storageSize(Collection<Range> storageSize)
The valid range of storage in gigabytes. For example, 100 to 6144.
storageSize
- The valid range of storage in gigabytes. For example, 100 to 6144.ValidStorageOptions.Builder storageSize(Range... storageSize)
The valid range of storage in gigabytes. For example, 100 to 6144.
storageSize
- The valid range of storage in gigabytes. For example, 100 to 6144.ValidStorageOptions.Builder provisionedIops(Collection<Range> provisionedIops)
The valid range of provisioned IOPS. For example, 1000-20000.
provisionedIops
- The valid range of provisioned IOPS. For example, 1000-20000.ValidStorageOptions.Builder provisionedIops(Range... provisionedIops)
The valid range of provisioned IOPS. For example, 1000-20000.
provisionedIops
- The valid range of provisioned IOPS. For example, 1000-20000.ValidStorageOptions.Builder iopsToStorageRatio(Collection<DoubleRange> iopsToStorageRatio)
The valid range of Provisioned IOPS to gigabytes of storage multiplier. For example, 3-10, which means that provisioned IOPS can be between 3 and 10 times storage.
iopsToStorageRatio
- The valid range of Provisioned IOPS to gigabytes of storage multiplier. For example, 3-10, which means
that provisioned IOPS can be between 3 and 10 times storage.ValidStorageOptions.Builder iopsToStorageRatio(DoubleRange... iopsToStorageRatio)
The valid range of Provisioned IOPS to gigabytes of storage multiplier. For example, 3-10, which means that provisioned IOPS can be between 3 and 10 times storage.
iopsToStorageRatio
- The valid range of Provisioned IOPS to gigabytes of storage multiplier. For example, 3-10, which means
that provisioned IOPS can be between 3 and 10 times storage.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.