Interface EndpointInfo.Builder

  • Method Details

    • type

      Type of endpoint.

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

      Type of endpoint.

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

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

      EndpointInfo.Builder displayName(String displayName)

      Display name of the endpoint.

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