public class OrderableClusterOption
extends java.lang.Object
implements java.io.Serializable
Describes an orderable cluster option.
| コンストラクタと説明 |
|---|
OrderableClusterOption() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object