Interface Endpoint.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Endpoint.Builder,Endpoint>, SdkBuilder<Endpoint.Builder,Endpoint>, SdkPojo
Enclosing class:
Endpoint

public static interface Endpoint.Builder extends SdkPojo, CopyableBuilder<Endpoint.Builder,Endpoint>
  • Method Details

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