Interface Endpoint.Builder

    • Method Detail

      • address

        Endpoint.Builder address​(String address)

        IP address of the endpoint.

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

        Endpoint.Builder cachePeriodInMinutes​(Long cachePeriodInMinutes)

        Endpoint cache time to live (TTL) value.

        Parameters:
        cachePeriodInMinutes - Endpoint cache time to live (TTL) value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.