Interface Endpoint.Builder

    • Method Detail

      • address

        Endpoint.Builder address​(String address)

        An endpoint address.

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

        Endpoint.Builder cachePeriodInMinutes​(Long cachePeriodInMinutes)

        The TTL for the endpoint, in minutes.

        Parameters:
        cachePeriodInMinutes - The TTL for the endpoint, in minutes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.