Interface AwsRedshiftClusterClusterNode.Builder

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