public static interface NodeConfigurationOption.Builder extends SdkPojo, CopyableBuilder<NodeConfigurationOption.Builder,NodeConfigurationOption>
| Modifier and Type | Method and Description |
|---|---|
NodeConfigurationOption.Builder |
estimatedDiskUtilizationPercent(Double estimatedDiskUtilizationPercent)
The estimated disk utilizaton percentage.
|
NodeConfigurationOption.Builder |
mode(Mode mode)
The category of the node configuration recommendation.
|
NodeConfigurationOption.Builder |
mode(String mode)
The category of the node configuration recommendation.
|
NodeConfigurationOption.Builder |
nodeType(String nodeType)
The node type, such as, "ds2.8xlarge".
|
NodeConfigurationOption.Builder |
numberOfNodes(Integer numberOfNodes)
The number of nodes.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNodeConfigurationOption.Builder nodeType(String nodeType)
The node type, such as, "ds2.8xlarge".
nodeType - The node type, such as, "ds2.8xlarge".NodeConfigurationOption.Builder numberOfNodes(Integer numberOfNodes)
The number of nodes.
numberOfNodes - The number of nodes.NodeConfigurationOption.Builder estimatedDiskUtilizationPercent(Double estimatedDiskUtilizationPercent)
The estimated disk utilizaton percentage.
estimatedDiskUtilizationPercent - The estimated disk utilizaton percentage.NodeConfigurationOption.Builder mode(String mode)
The category of the node configuration recommendation.
NodeConfigurationOption.Builder mode(Mode mode)
The category of the node configuration recommendation.
Copyright © 2020. All rights reserved.