Interface Endpoint.Builder

    • Method Detail

      • address

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

        Endpoint.Builder port​(Integer port)

        The port that the database engine is listening on.

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

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

        Describes a connection endpoint.

        Parameters:
        vpcEndpoints - Describes a connection endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcEndpoints

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

        Describes a connection endpoint.

        Parameters:
        vpcEndpoints - Describes a connection endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.