@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 gigabytes of storage multiplier.
|
List<Range> |
getProvisionedIops()
The valid range of provisioned IOPS.
|
List<Range> |
getStorageSize()
The valid range of storage in gigabytes.
|
String |
getStorageType()
The valid storage types for your DB instance.
|
int |
hashCode() |
void |
setIopsToStorageRatio(Collection<DoubleRange> iopsToStorageRatio)
The valid range of Provisioned IOPS to gigabytes 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 gigabytes.
|
void |
setStorageType(String storageType)
The valid storage types for your DB instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ValidStorageOptions |
withIopsToStorageRatio(Collection<DoubleRange> iopsToStorageRatio)
The valid range of Provisioned IOPS to gigabytes of storage multiplier.
|
ValidStorageOptions |
withIopsToStorageRatio(DoubleRange... iopsToStorageRatio)
The valid range of Provisioned IOPS to gigabytes 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 gigabytes.
|
ValidStorageOptions |
withStorageSize(Range... storageSize)
The valid range of storage in gigabytes.
|
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 gigabytes. For example, 100 to 6144.
public void setStorageSize(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.public ValidStorageOptions withStorageSize(Range... storageSize)
The valid range of storage in gigabytes. For example, 100 to 6144.
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 gigabytes. For example, 100 to 6144.public ValidStorageOptions withStorageSize(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.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 gigabytes 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 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.public ValidStorageOptions withIopsToStorageRatio(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.
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 gigabytes 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 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.public String toString()
toString
in class Object
Object.toString()
public ValidStorageOptions clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.