Interface Endpoint.Builder

    • Method Detail

      • address

        Endpoint.Builder address​(String address)

        The DNS address of the VPC endpoint.

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

        Endpoint.Builder port​(Integer port)

        The port that Amazon Redshift Serverless listens on.

        Parameters:
        port - The port that Amazon Redshift Serverless listens on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcEndpoints

        Endpoint.Builder vpcEndpoints​(Collection<VpcEndpoint> vpcEndpoints)

        An array of VpcEndpoint objects.

        Parameters:
        vpcEndpoints - An array of VpcEndpoint objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcEndpoints

        Endpoint.Builder vpcEndpoints​(VpcEndpoint... vpcEndpoints)

        An array of VpcEndpoint objects.

        Parameters:
        vpcEndpoints - An array of VpcEndpoint objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.