Interface HttpActionHeader.Builder

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

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

    • key

      The HTTP header key.

      Parameters:
      key - The HTTP header key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The HTTP header value. Substitution templates are supported.

      Parameters:
      value - The HTTP header value. Substitution templates are supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.