|
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(Object obj)
|
List<AvailabilityZone> |
getAvailabilityZones()
A list of availability zones for the orderable DB Instance. |
String |
getDBInstanceClass()
The DB Instance Class for the orderable DB Instance |
String |
getEngine()
The engine type of the orderable DB Instance. |
String |
getEngineVersion()
The engine version of the orderable DB Instance. |
String |
getLicenseModel()
The license model for the orderable DB Instance. |
Boolean |
getMultiAZCapable()
Indicates whether this orderable DB Instance is multi-AZ capable. |
Boolean |
getReadReplicaCapable()
Indicates whether this orderable DB Instance can have a read replica. |
Boolean |
getVpc()
Indicates whether this is a VPC orderable DB Instance. |
int |
hashCode()
|
Boolean |
isMultiAZCapable()
Indicates whether this orderable DB Instance is multi-AZ capable. |
Boolean |
isReadReplicaCapable()
Indicates whether this orderable DB Instance can have a read replica. |
Boolean |
isVpc()
Indicates whether this is a VPC orderable DB Instance. |
void |
setAvailabilityZones(Collection<AvailabilityZone> availabilityZones)
A list of availability zones for the orderable DB Instance. |
void |
setDBInstanceClass(String dBInstanceClass)
The DB Instance Class for the orderable DB Instance |
void |
setEngine(String engine)
The engine type of the orderable DB Instance. |
void |
setEngineVersion(String engineVersion)
The engine version of the orderable DB Instance. |
void |
setLicenseModel(String licenseModel)
The license model for the orderable DB Instance. |
void |
setMultiAZCapable(Boolean multiAZCapable)
Indicates whether this orderable DB Instance is multi-AZ capable. |
void |
setReadReplicaCapable(Boolean readReplicaCapable)
Indicates whether this orderable DB Instance can have a read replica. |
void |
setVpc(Boolean vpc)
Indicates whether this is a VPC orderable DB Instance. |
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(Collection<AvailabilityZone> availabilityZones)
A list of availability zones for the orderable DB Instance. |
OrderableDBInstanceOption |
withDBInstanceClass(String dBInstanceClass)
The DB Instance Class for the orderable DB Instance |
OrderableDBInstanceOption |
withEngine(String engine)
The engine type of the orderable DB Instance. |
OrderableDBInstanceOption |
withEngineVersion(String engineVersion)
The engine version of the orderable DB Instance. |
OrderableDBInstanceOption |
withLicenseModel(String licenseModel)
The license model for the orderable DB Instance. |
OrderableDBInstanceOption |
withMultiAZCapable(Boolean multiAZCapable)
Indicates whether this orderable DB Instance is multi-AZ capable. |
OrderableDBInstanceOption |
withReadReplicaCapable(Boolean readReplicaCapable)
Indicates whether this orderable DB Instance can have a read replica. |
OrderableDBInstanceOption |
withVpc(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 String getEngine()
public void setEngine(String engine)
engine - The engine type of the orderable DB Instance.public OrderableDBInstanceOption withEngine(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 String getEngineVersion()
public void setEngineVersion(String engineVersion)
engineVersion - The engine version of the orderable DB Instance.public OrderableDBInstanceOption withEngineVersion(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 String getDBInstanceClass()
public void setDBInstanceClass(String dBInstanceClass)
dBInstanceClass - The DB Instance Class for the orderable DB Instancepublic OrderableDBInstanceOption withDBInstanceClass(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 String getLicenseModel()
public void setLicenseModel(String licenseModel)
licenseModel - The license model for the orderable DB Instance.public OrderableDBInstanceOption withLicenseModel(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 List<AvailabilityZone> getAvailabilityZones()
public void setAvailabilityZones(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(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 Boolean isMultiAZCapable()
public void setMultiAZCapable(Boolean multiAZCapable)
multiAZCapable - Indicates whether this orderable DB Instance is multi-AZ capable.public OrderableDBInstanceOption withMultiAZCapable(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 Boolean getMultiAZCapable()
public Boolean isReadReplicaCapable()
public void setReadReplicaCapable(Boolean readReplicaCapable)
readReplicaCapable - Indicates whether this orderable DB Instance can have a read replica.public OrderableDBInstanceOption withReadReplicaCapable(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 Boolean getReadReplicaCapable()
public Boolean isVpc()
public void setVpc(Boolean vpc)
vpc - Indicates whether this is a VPC orderable DB Instance.public OrderableDBInstanceOption withVpc(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 Boolean getVpc()
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||