Interface UrlEndpointConfig.Builder

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

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

    • healthUrl

      UrlEndpointConfig.Builder healthUrl(String healthUrl)

      The health check URL of the URL endpoint type.

      Parameters:
      healthUrl - The health check URL of the URL endpoint type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • url

      The HTTP URL endpoint.

      Parameters:
      url - The HTTP URL endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.