Interface HttpEndpointDescription.Builder

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

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

    • url

      The URL of the HTTP endpoint selected as the destination.

      Parameters:
      url - The URL of the HTTP endpoint selected as the destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the HTTP endpoint selected as the destination.

      Parameters:
      name - The name of the HTTP endpoint selected as the destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.