Interface HttpEndpointCommonAttribute.Builder

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

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

    • attributeName

      HttpEndpointCommonAttribute.Builder attributeName(String attributeName)

      The name of the HTTP endpoint common attribute.

      Parameters:
      attributeName - The name of the HTTP endpoint common attribute.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attributeValue

      HttpEndpointCommonAttribute.Builder attributeValue(String attributeValue)

      The value of the HTTP endpoint common attribute.

      Parameters:
      attributeValue - The value of the HTTP endpoint common attribute.
      Returns:
      Returns a reference to this object so that method calls can be chained together.