@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidStorageOptions extends Object implements Serializable, Cloneable
Information about valid modifications that you can make to your DB instance.
Contains the result of a successful call to the DescribeValidDBInstanceModifications action.
Constructor and Description |
---|
ValidStorageOptions() |
Modifier and Type | Method and Description |
---|---|
ValidStorageOptions |
clone() |
boolean |
equals(Object obj) |
List<DoubleRange> |
getIopsToStorageRatio()
The valid range of Provisioned IOPS to gibibytes of storage multiplier.
|
List<Range> |
getProvisionedIops()
The valid range of provisioned IOPS.
|
List<Range> |
getStorageSize()
The valid range of storage in gibibytes.
|
String |
getStorageType()
The valid storage types for your DB instance.
|
int |
hashCode() |
void |
setIopsToStorageRatio(Collection<DoubleRange> iopsToStorageRatio)
The valid range of Provisioned IOPS to gibibytes of storage multiplier.
|
void |
setProvisionedIops(Collection<Range> provisionedIops)
The valid range of provisioned IOPS.
|
void |
setStorageSize(Collection<Range> storageSize)
The valid range of storage in gibibytes.
|
void |
setStorageType(String storageType)
The valid storage types for your DB instance.
|
String |
toString()
Returns a string representation of this object.
|
ValidStorageOptions |
withIopsToStorageRatio(Collection<DoubleRange> iopsToStorageRatio)
The valid range of Provisioned IOPS to gibibytes of storage multiplier.
|
ValidStorageOptions |
withIopsToStorageRatio(DoubleRange... iopsToStorageRatio)
The valid range of Provisioned IOPS to gibibytes of storage multiplier.
|
ValidStorageOptions |
withProvisionedIops(Collection<Range> provisionedIops)
The valid range of provisioned IOPS.
|
ValidStorageOptions |
withProvisionedIops(Range... provisionedIops)
The valid range of provisioned IOPS.
|
ValidStorageOptions |
withStorageSize(Collection<Range> storageSize)
The valid range of storage in gibibytes.
|
ValidStorageOptions |
withStorageSize(Range... storageSize)
The valid range of storage in gibibytes.
|
ValidStorageOptions |
withStorageType(String storageType)
The valid storage types for your DB instance.
|
public void setStorageType(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.public String getStorageType()
The valid storage types for your DB instance. For example, gp2, io1.
public ValidStorageOptions withStorageType(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.public List<Range> getStorageSize()
The valid range of storage in gibibytes. For example, 100 to 16384.
public void setStorageSize(Collection<Range> storageSize)
The valid range of storage in gibibytes. For example, 100 to 16384.
storageSize
- The valid range of storage in gibibytes. For example, 100 to 16384.public ValidStorageOptions withStorageSize(Range... storageSize)
The valid range of storage in gibibytes. For example, 100 to 16384.
NOTE: This method appends the values to the existing list (if any). Use
setStorageSize(java.util.Collection)
or withStorageSize(java.util.Collection)
if you want to
override the existing values.
storageSize
- The valid range of storage in gibibytes. For example, 100 to 16384.public ValidStorageOptions withStorageSize(Collection<Range> storageSize)
The valid range of storage in gibibytes. For example, 100 to 16384.
storageSize
- The valid range of storage in gibibytes. For example, 100 to 16384.public List<Range> getProvisionedIops()
The valid range of provisioned IOPS. For example, 1000-20000.
public void setProvisionedIops(Collection<Range> provisionedIops)
The valid range of provisioned IOPS. For example, 1000-20000.
provisionedIops
- The valid range of provisioned IOPS. For example, 1000-20000.public ValidStorageOptions withProvisionedIops(Range... provisionedIops)
The valid range of provisioned IOPS. For example, 1000-20000.
NOTE: This method appends the values to the existing list (if any). Use
setProvisionedIops(java.util.Collection)
or withProvisionedIops(java.util.Collection)
if you
want to override the existing values.
provisionedIops
- The valid range of provisioned IOPS. For example, 1000-20000.public ValidStorageOptions withProvisionedIops(Collection<Range> provisionedIops)
The valid range of provisioned IOPS. For example, 1000-20000.
provisionedIops
- The valid range of provisioned IOPS. For example, 1000-20000.public List<DoubleRange> getIopsToStorageRatio()
The valid range of Provisioned IOPS to gibibytes of storage multiplier. For example, 3-10, which means that provisioned IOPS can be between 3 and 10 times storage.
public void setIopsToStorageRatio(Collection<DoubleRange> iopsToStorageRatio)
The valid range of Provisioned IOPS to gibibytes 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 gibibytes of storage multiplier. For example, 3-10, which means
that provisioned IOPS can be between 3 and 10 times storage.public ValidStorageOptions withIopsToStorageRatio(DoubleRange... iopsToStorageRatio)
The valid range of Provisioned IOPS to gibibytes of storage multiplier. For example, 3-10, which means that provisioned IOPS can be between 3 and 10 times storage.
NOTE: This method appends the values to the existing list (if any). Use
setIopsToStorageRatio(java.util.Collection)
or withIopsToStorageRatio(java.util.Collection)
if
you want to override the existing values.
iopsToStorageRatio
- The valid range of Provisioned IOPS to gibibytes of storage multiplier. For example, 3-10, which means
that provisioned IOPS can be between 3 and 10 times storage.public ValidStorageOptions withIopsToStorageRatio(Collection<DoubleRange> iopsToStorageRatio)
The valid range of Provisioned IOPS to gibibytes 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 gibibytes of storage multiplier. For example, 3-10, which means
that provisioned IOPS can be between 3 and 10 times storage.public String toString()
toString
in class Object
Object.toString()
public ValidStorageOptions clone()