Interface Endpoint.Builder

    • Method Detail

      • type

        Endpoint.Builder type​(String type)

        Type of the endpoint.

        Parameters:
        type - Type of the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EndpointType, EndpointType
      • address

        Endpoint.Builder address​(String address)

        Address of the endpoint.

        Parameters:
        address - Address of the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.