|
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.redshift.model.OrderableClusterOption
public class OrderableClusterOption
Describes an orderable cluster option.
| Constructor Summary | |
|---|---|
OrderableClusterOption()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<AvailabilityZone> |
getAvailabilityZones()
A list of availability zones for the orderable cluster. |
java.lang.String |
getClusterType()
The cluster type, for example multi-node. |
java.lang.String |
getClusterVersion()
The version of the orderable cluster. |
java.lang.String |
getNodeType()
The node type for the orderable cluster. |
int |
hashCode()
|
void |
setAvailabilityZones(java.util.Collection<AvailabilityZone> availabilityZones)
A list of availability zones for the orderable cluster. |
void |
setClusterType(java.lang.String clusterType)
The cluster type, for example multi-node. |
void |
setClusterVersion(java.lang.String clusterVersion)
The version of the orderable cluster. |
void |
setNodeType(java.lang.String nodeType)
The node type for the orderable cluster. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
OrderableClusterOption |
withAvailabilityZones(AvailabilityZone... availabilityZones)
A list of availability zones for the orderable cluster. |
OrderableClusterOption |
withAvailabilityZones(java.util.Collection<AvailabilityZone> availabilityZones)
A list of availability zones for the orderable cluster. |
OrderableClusterOption |
withClusterType(java.lang.String clusterType)
The cluster type, for example multi-node. |
OrderableClusterOption |
withClusterVersion(java.lang.String clusterVersion)
The version of the orderable cluster. |
OrderableClusterOption |
withNodeType(java.lang.String nodeType)
The node type for the orderable cluster. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OrderableClusterOption()
| Method Detail |
|---|
public java.lang.String getClusterVersion()
public void setClusterVersion(java.lang.String clusterVersion)
clusterVersion - The version of the orderable cluster.public OrderableClusterOption withClusterVersion(java.lang.String clusterVersion)
Returns a reference to this object so that method calls can be chained together.
clusterVersion - The version of the orderable cluster.
public java.lang.String getClusterType()
multi-node.
multi-node.public void setClusterType(java.lang.String clusterType)
multi-node.
clusterType - The cluster type, for example multi-node.public OrderableClusterOption withClusterType(java.lang.String clusterType)
multi-node.
Returns a reference to this object so that method calls can be chained together.
clusterType - The cluster type, for example multi-node.
public java.lang.String getNodeType()
public void setNodeType(java.lang.String nodeType)
nodeType - The node type for the orderable cluster.public OrderableClusterOption withNodeType(java.lang.String nodeType)
Returns a reference to this object so that method calls can be chained together.
nodeType - The node type for the orderable cluster.
public java.util.List<AvailabilityZone> getAvailabilityZones()
public void setAvailabilityZones(java.util.Collection<AvailabilityZone> availabilityZones)
availabilityZones - A list of availability zones for the orderable cluster.public OrderableClusterOption 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 cluster.
public OrderableClusterOption 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 cluster.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic 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 | ||||||