Interface ClusterNode.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ClusterNode.Builder,,ClusterNode> SdkBuilder<ClusterNode.Builder,,ClusterNode> SdkPojo
- Enclosing class:
 ClusterNode
public static interface ClusterNode.Builder
extends SdkPojo, CopyableBuilder<ClusterNode.Builder,ClusterNode> 
- 
Method Summary
Modifier and TypeMethodDescriptionWhether the node is a leader node or a compute node.privateIPAddress(String privateIPAddress) The private IP address of a node within a cluster.publicIPAddress(String publicIPAddress) The public IP address of a node within a 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, sdkFields 
- 
Method Details
- 
nodeRole
Whether the node is a leader node or a compute node.
- Parameters:
 nodeRole- Whether the node is a leader node or a compute node.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
privateIPAddress
The private IP address of a node within a cluster.
- Parameters:
 privateIPAddress- The private IP address of a node within a cluster.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
publicIPAddress
The public IP address of a node within a cluster.
- Parameters:
 publicIPAddress- The public IP address of a node within a cluster.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -