Interface NodeConfigurationOption.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NodeConfigurationOption.Builder,
,NodeConfigurationOption> SdkBuilder<NodeConfigurationOption.Builder,
,NodeConfigurationOption> SdkPojo
- Enclosing class:
NodeConfigurationOption
@Mutable
@NotThreadSafe
public static interface NodeConfigurationOption.Builder
extends SdkPojo, CopyableBuilder<NodeConfigurationOption.Builder,NodeConfigurationOption>
-
Method Summary
Modifier and TypeMethodDescriptionestimatedDiskUtilizationPercent
(Double estimatedDiskUtilizationPercent) The estimated disk utilizaton percentage.The category of the node configuration recommendation.The category of the node configuration recommendation.The node type, such as, "ra3.4xlarge".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, sdkFieldNameToField, sdkFields
-
Method Details
-
nodeType
The node type, such as, "ra3.4xlarge".
- Parameters:
nodeType
- The node type, such as, "ra3.4xlarge".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
The category of the node configuration recommendation.
- Parameters:
mode
- The category of the node configuration recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mode
The category of the node configuration recommendation.
- Parameters:
mode
- The category of the node configuration recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-