Interface AwsRedshiftClusterClusterNode.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsRedshiftClusterClusterNode.Builder,AwsRedshiftClusterClusterNode>,SdkBuilder<AwsRedshiftClusterClusterNode.Builder,AwsRedshiftClusterClusterNode>,SdkPojo
- Enclosing class:
- AwsRedshiftClusterClusterNode
public static interface AwsRedshiftClusterClusterNode.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterClusterNode.Builder,AwsRedshiftClusterClusterNode>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsRedshiftClusterClusterNode.BuildernodeRole(String nodeRole)The role of the node.AwsRedshiftClusterClusterNode.BuilderprivateIpAddress(String privateIpAddress)The private IP address of the node.AwsRedshiftClusterClusterNode.BuilderpublicIpAddress(String publicIpAddress)The public IP address of the node.-
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
-
nodeRole
AwsRedshiftClusterClusterNode.Builder nodeRole(String nodeRole)
The role of the node. A node might be a leader node or a compute node.
- Parameters:
nodeRole- The role of the node. A node might be a leader node or a compute node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateIpAddress
AwsRedshiftClusterClusterNode.Builder privateIpAddress(String privateIpAddress)
The private IP address of the node.
- Parameters:
privateIpAddress- The private IP address of the node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicIpAddress
AwsRedshiftClusterClusterNode.Builder publicIpAddress(String publicIpAddress)
The public IP address of the node.
- Parameters:
publicIpAddress- The public IP address of the node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-