Interface NodeConfigurationOption.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<NodeConfigurationOption.Builder,NodeConfigurationOption>
,SdkBuilder<NodeConfigurationOption.Builder,NodeConfigurationOption>
,SdkPojo
- Enclosing class:
- NodeConfigurationOption
public static interface NodeConfigurationOption.Builder extends SdkPojo, CopyableBuilder<NodeConfigurationOption.Builder,NodeConfigurationOption>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeConfigurationOption.Builder
estimatedDiskUtilizationPercent(Double 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.NodeConfigurationOption.Builder
nodeType(String nodeType)
The node type, such as, "ds2.8xlarge".NodeConfigurationOption.Builder
numberOfNodes(Integer numberOfNodes)
The number of nodes.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
nodeType
NodeConfigurationOption.Builder nodeType(String nodeType)
The node type, such as, "ds2.8xlarge".
- Parameters:
nodeType
- The node type, such as, "ds2.8xlarge".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberOfNodes
NodeConfigurationOption.Builder numberOfNodes(Integer numberOfNodes)
The number of nodes.
- Parameters:
numberOfNodes
- The number of nodes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
estimatedDiskUtilizationPercent
NodeConfigurationOption.Builder estimatedDiskUtilizationPercent(Double estimatedDiskUtilizationPercent)
The estimated disk utilizaton percentage.
- Parameters:
estimatedDiskUtilizationPercent
- The estimated disk utilizaton percentage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mode
NodeConfigurationOption.Builder mode(String mode)
The category of the node configuration recommendation.
-
mode
NodeConfigurationOption.Builder mode(Mode mode)
The category of the node configuration recommendation.
-
-