public static interface HttpContext.Builder extends SdkPojo, CopyableBuilder<HttpContext.Builder,HttpContext>
| Modifier and Type | Method and Description |
|---|---|
HttpContext.Builder |
headers(Map<String,String> headers)
The header keys and values in an HTTP authorization request.
|
HttpContext.Builder |
queryString(String queryString)
The query string keys and values in an HTTP authorization request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHttpContext.Builder headers(Map<String,String> headers)
The header keys and values in an HTTP authorization request.
headers - The header keys and values in an HTTP authorization request.HttpContext.Builder queryString(String queryString)
The query string keys and values in an HTTP authorization request.
queryString - The query string keys and values in an HTTP authorization request.Copyright © 2021. All rights reserved.