Interface HttpContext.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<HttpContext.Builder,,- HttpContext> - SdkBuilder<HttpContext.Builder,,- HttpContext> - SdkPojo
- Enclosing class:
- HttpContext
@Mutable
@NotThreadSafe
public static interface HttpContext.Builder
extends SdkPojo, CopyableBuilder<HttpContext.Builder,HttpContext> 
- 
Method SummaryModifier and TypeMethodDescriptionThe header keys and values in an HTTP authorization request.queryString(String queryString) The query string keys and values in an HTTP authorization request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
headersThe 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.
 
- 
queryStringThe 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.
 
 
-