|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.rds.model.OrderableDBInstanceOption
public class OrderableDBInstanceOption
Contains a list of available options for a DB Instance
This data type is used as a response element in the DescribeOrderableDBInstanceOptions action.
Constructor Summary | |
---|---|
OrderableDBInstanceOption()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<AvailabilityZone> |
getAvailabilityZones()
A list of availability zones for the orderable DB Instance. |
java.lang.String |
getDBInstanceClass()
The DB Instance Class for the orderable DB Instance |
java.lang.String |
getEngine()
The engine type of the orderable DB Instance. |
java.lang.String |
getEngineVersion()
The engine version of the orderable DB Instance. |
java.lang.String |
getLicenseModel()
The license model for the orderable DB Instance. |
java.lang.Boolean |
getMultiAZCapable()
Indicates whether this orderable DB Instance is multi-AZ capable. |
java.lang.Boolean |
getReadReplicaCapable()
Indicates whether this orderable DB Instance can have a read replica. |
java.lang.Boolean |
getVpc()
Indicates whether this is a VPC orderable DB Instance. |
int |
hashCode()
|
java.lang.Boolean |
isMultiAZCapable()
Indicates whether this orderable DB Instance is multi-AZ capable. |
java.lang.Boolean |
isReadReplicaCapable()
Indicates whether this orderable DB Instance can have a read replica. |
java.lang.Boolean |
isVpc()
Indicates whether this is a VPC orderable DB Instance. |
void |
setAvailabilityZones(java.util.Collection<AvailabilityZone> availabilityZones)
A list of availability zones for the orderable DB Instance. |
void |
setDBInstanceClass(java.lang.String dBInstanceClass)
The DB Instance Class for the orderable DB Instance |
void |
setEngine(java.lang.String engine)
The engine type of the orderable DB Instance. |
void |
setEngineVersion(java.lang.String engineVersion)
The engine version of the orderable DB Instance. |
void |
setLicenseModel(java.lang.String licenseModel)
The license model for the orderable DB Instance. |
void |
setMultiAZCapable(java.lang.Boolean multiAZCapable)
Indicates whether this orderable DB Instance is multi-AZ capable. |
void |
setReadReplicaCapable(java.lang.Boolean readReplicaCapable)
Indicates whether this orderable DB Instance can have a read replica. |
void |
setVpc(java.lang.Boolean vpc)
Indicates whether this is a VPC orderable DB Instance. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
OrderableDBInstanceOption |
withAvailabilityZones(AvailabilityZone... availabilityZones)
A list of availability zones for the orderable DB Instance. |
OrderableDBInstanceOption |
withAvailabilityZones(java.util.Collection<AvailabilityZone> availabilityZones)
A list of availability zones for the orderable DB Instance. |
OrderableDBInstanceOption |
withDBInstanceClass(java.lang.String dBInstanceClass)
The DB Instance Class for the orderable DB Instance |
OrderableDBInstanceOption |
withEngine(java.lang.String engine)
The engine type of the orderable DB Instance. |
OrderableDBInstanceOption |
withEngineVersion(java.lang.String engineVersion)
The engine version of the orderable DB Instance. |
OrderableDBInstanceOption |
withLicenseModel(java.lang.String licenseModel)
The license model for the orderable DB Instance. |
OrderableDBInstanceOption |
withMultiAZCapable(java.lang.Boolean multiAZCapable)
Indicates whether this orderable DB Instance is multi-AZ capable. |
OrderableDBInstanceOption |
withReadReplicaCapable(java.lang.Boolean readReplicaCapable)
Indicates whether this orderable DB Instance can have a read replica. |
OrderableDBInstanceOption |
withVpc(java.lang.Boolean vpc)
Indicates whether this is a VPC orderable DB Instance. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OrderableDBInstanceOption()
Method Detail |
---|
public java.lang.String getEngine()
public void setEngine(java.lang.String engine)
engine
- The engine type of the orderable DB Instance.public OrderableDBInstanceOption withEngine(java.lang.String engine)
Returns a reference to this object so that method calls can be chained together.
engine
- The engine type of the orderable DB Instance.
public java.lang.String getEngineVersion()
public void setEngineVersion(java.lang.String engineVersion)
engineVersion
- The engine version of the orderable DB Instance.public OrderableDBInstanceOption withEngineVersion(java.lang.String engineVersion)
Returns a reference to this object so that method calls can be chained together.
engineVersion
- The engine version of the orderable DB Instance.
public java.lang.String getDBInstanceClass()
public void setDBInstanceClass(java.lang.String dBInstanceClass)
dBInstanceClass
- The DB Instance Class for the orderable DB Instancepublic OrderableDBInstanceOption withDBInstanceClass(java.lang.String dBInstanceClass)
Returns a reference to this object so that method calls can be chained together.
dBInstanceClass
- The DB Instance Class for the orderable DB Instance
public java.lang.String getLicenseModel()
public void setLicenseModel(java.lang.String licenseModel)
licenseModel
- The license model for the orderable DB Instance.public OrderableDBInstanceOption withLicenseModel(java.lang.String licenseModel)
Returns a reference to this object so that method calls can be chained together.
licenseModel
- The license model for the orderable DB Instance.
public java.util.List<AvailabilityZone> getAvailabilityZones()
public void setAvailabilityZones(java.util.Collection<AvailabilityZone> availabilityZones)
availabilityZones
- A list of availability zones for the orderable DB Instance.public OrderableDBInstanceOption withAvailabilityZones(AvailabilityZone... availabilityZones)
Returns a reference to this object so that method calls can be chained together.
availabilityZones
- A list of availability zones for the orderable DB Instance.
public OrderableDBInstanceOption withAvailabilityZones(java.util.Collection<AvailabilityZone> availabilityZones)
Returns a reference to this object so that method calls can be chained together.
availabilityZones
- A list of availability zones for the orderable DB Instance.
public java.lang.Boolean isMultiAZCapable()
public void setMultiAZCapable(java.lang.Boolean multiAZCapable)
multiAZCapable
- Indicates whether this orderable DB Instance is multi-AZ capable.public OrderableDBInstanceOption withMultiAZCapable(java.lang.Boolean multiAZCapable)
Returns a reference to this object so that method calls can be chained together.
multiAZCapable
- Indicates whether this orderable DB Instance is multi-AZ capable.
public java.lang.Boolean getMultiAZCapable()
public java.lang.Boolean isReadReplicaCapable()
public void setReadReplicaCapable(java.lang.Boolean readReplicaCapable)
readReplicaCapable
- Indicates whether this orderable DB Instance can have a read replica.public OrderableDBInstanceOption withReadReplicaCapable(java.lang.Boolean readReplicaCapable)
Returns a reference to this object so that method calls can be chained together.
readReplicaCapable
- Indicates whether this orderable DB Instance can have a read replica.
public java.lang.Boolean getReadReplicaCapable()
public java.lang.Boolean isVpc()
public void setVpc(java.lang.Boolean vpc)
vpc
- Indicates whether this is a VPC orderable DB Instance.public OrderableDBInstanceOption withVpc(java.lang.Boolean vpc)
Returns a reference to this object so that method calls can be chained together.
vpc
- Indicates whether this is a VPC orderable DB Instance.
public java.lang.Boolean getVpc()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |