Interface NodeConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NodeConfig.Builder,,NodeConfig> SdkBuilder<NodeConfig.Builder,,NodeConfig> SdkPojo
- Enclosing class:
NodeConfig
public static interface NodeConfig.Builder
extends SdkPojo, CopyableBuilder<NodeConfig.Builder,NodeConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of nodes of a specific type within the cluster.A boolean value indicating whether a specific node type is active or inactive.The instance type of a particular node within the cluster.The instance type of a particular node within the cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enabled
A boolean value indicating whether a specific node type is active or inactive.
- Parameters:
enabled- A boolean value indicating whether a specific node type is active or inactive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The instance type of a particular node within the cluster.
- Parameters:
type- The instance type of a particular node within the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The instance type of a particular node within the cluster.
- Parameters:
type- The instance type of a particular node within the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
count
The number of nodes of a specific type within the cluster.
- Parameters:
count- The number of nodes of a specific type within the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-