@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NodeConfigurationOption extends Object implements Serializable, Cloneable
A list of node configurations.
Constructor and Description |
---|
NodeConfigurationOption() |
Modifier and Type | Method and Description |
---|---|
NodeConfigurationOption |
clone() |
boolean |
equals(Object obj) |
Double |
getEstimatedDiskUtilizationPercent()
The estimated disk utilizaton percentage.
|
String |
getMode()
The category of the node configuration recommendation.
|
String |
getNodeType()
The node type, such as, "ra3.4xlarge".
|
Integer |
getNumberOfNodes()
The number of nodes.
|
int |
hashCode() |
void |
setEstimatedDiskUtilizationPercent(Double estimatedDiskUtilizationPercent)
The estimated disk utilizaton percentage.
|
void |
setMode(String mode)
The category of the node configuration recommendation.
|
void |
setNodeType(String nodeType)
The node type, such as, "ra3.4xlarge".
|
void |
setNumberOfNodes(Integer numberOfNodes)
The number of nodes.
|
String |
toString()
Returns a string representation of this object.
|
NodeConfigurationOption |
withEstimatedDiskUtilizationPercent(Double estimatedDiskUtilizationPercent)
The estimated disk utilizaton percentage.
|
NodeConfigurationOption |
withMode(Mode mode)
The category of the node configuration recommendation.
|
NodeConfigurationOption |
withMode(String mode)
The category of the node configuration recommendation.
|
NodeConfigurationOption |
withNodeType(String nodeType)
The node type, such as, "ra3.4xlarge".
|
NodeConfigurationOption |
withNumberOfNodes(Integer numberOfNodes)
The number of nodes.
|
public void setNodeType(String nodeType)
The node type, such as, "ra3.4xlarge".
nodeType
- The node type, such as, "ra3.4xlarge".public String getNodeType()
The node type, such as, "ra3.4xlarge".
public NodeConfigurationOption withNodeType(String nodeType)
The node type, such as, "ra3.4xlarge".
nodeType
- The node type, such as, "ra3.4xlarge".public void setNumberOfNodes(Integer numberOfNodes)
The number of nodes.
numberOfNodes
- The number of nodes.public Integer getNumberOfNodes()
The number of nodes.
public NodeConfigurationOption withNumberOfNodes(Integer numberOfNodes)
The number of nodes.
numberOfNodes
- The number of nodes.public void setEstimatedDiskUtilizationPercent(Double estimatedDiskUtilizationPercent)
The estimated disk utilizaton percentage.
estimatedDiskUtilizationPercent
- The estimated disk utilizaton percentage.public Double getEstimatedDiskUtilizationPercent()
The estimated disk utilizaton percentage.
public NodeConfigurationOption withEstimatedDiskUtilizationPercent(Double estimatedDiskUtilizationPercent)
The estimated disk utilizaton percentage.
estimatedDiskUtilizationPercent
- The estimated disk utilizaton percentage.public void setMode(String mode)
The category of the node configuration recommendation.
mode
- The category of the node configuration recommendation.Mode
public String getMode()
The category of the node configuration recommendation.
Mode
public NodeConfigurationOption withMode(String mode)
The category of the node configuration recommendation.
mode
- The category of the node configuration recommendation.Mode
public NodeConfigurationOption withMode(Mode mode)
The category of the node configuration recommendation.
mode
- The category of the node configuration recommendation.Mode
public String toString()
toString
in class Object
Object.toString()
public NodeConfigurationOption clone()