Interface HttpEndpointCommonAttribute.Builder

    • Method Detail

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