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 Details

    • 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.