public static interface AwsRedshiftClusterClusterNode.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterClusterNode.Builder,AwsRedshiftClusterClusterNode>
Modifier and Type | Method and Description |
---|---|
AwsRedshiftClusterClusterNode.Builder |
nodeRole(String nodeRole)
The role of the node.
|
AwsRedshiftClusterClusterNode.Builder |
privateIpAddress(String privateIpAddress)
The private IP address of the node.
|
AwsRedshiftClusterClusterNode.Builder |
publicIpAddress(String publicIpAddress)
The public IP address of the node.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AwsRedshiftClusterClusterNode.Builder nodeRole(String nodeRole)
The role of the node. A node might be a leader node or a compute node.
nodeRole
- The role of the node. A node might be a leader node or a compute node.AwsRedshiftClusterClusterNode.Builder privateIpAddress(String privateIpAddress)
The private IP address of the node.
privateIpAddress
- The private IP address of the node.AwsRedshiftClusterClusterNode.Builder publicIpAddress(String publicIpAddress)
The public IP address of the node.
publicIpAddress
- The public IP address of the node.