Class QueryMarshallerContext.Builder
java.lang.Object
software.amazon.awssdk.protocols.query.internal.marshall.QueryMarshallerContext.Builder
- 
Method SummaryModifier and TypeMethodDescriptionbuild()marshallerRegistry(QueryMarshallerRegistry marshallerRegistry) protocolHandler(QueryProtocolMarshaller protocolHandler) request(SdkHttpFullRequest.Builder request) 
- 
Method Details- 
protocolHandler
- 
marshallerRegistrypublic QueryMarshallerContext.Builder marshallerRegistry(QueryMarshallerRegistry marshallerRegistry) 
- 
request
- 
build- Returns:
- An immutable QueryMarshallerContextobject.
 
 
-