Interface HttpContext.Builder

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

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

    • headers

      HttpContext.Builder headers(Map<String,String> headers)

      The header keys and values in an HTTP authorization request.

      Parameters:
      headers - The header keys and values in an HTTP authorization request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryString

      HttpContext.Builder queryString(String queryString)

      The query string keys and values in an HTTP authorization request.

      Parameters:
      queryString - The query string keys and values in an HTTP authorization request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.