Interface AwsRedshiftClusterEndpoint.Builder

    • Method Detail

      • address

        AwsRedshiftClusterEndpoint.Builder address​(String address)

        The DNS address of the cluster.

        Parameters:
        address - The DNS address of the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • port

        AwsRedshiftClusterEndpoint.Builder port​(Integer port)

        The port that the database engine listens on.

        Parameters:
        port - The port that the database engine listens on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.