public static final class QueryProtocolMarshaller.Builder extends Object
QueryProtocolMarshaller.| Constructor and Description | 
|---|
Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
QueryProtocolMarshaller | 
build()  | 
QueryProtocolMarshaller.Builder | 
endpoint(URI endpoint)  | 
QueryProtocolMarshaller.Builder | 
isEc2(boolean ec2)  | 
QueryProtocolMarshaller.Builder | 
operationInfo(OperationInfo operationInfo)  | 
public QueryProtocolMarshaller.Builder operationInfo(OperationInfo operationInfo)
operationInfo - Metadata about the operation like URI, HTTP method, etc.public QueryProtocolMarshaller.Builder isEc2(boolean ec2)
ec2 - True if the service is EC2. EC2 has some slightly different behavior so we wire things up
 a bit differently for it.public QueryProtocolMarshaller.Builder endpoint(URI endpoint)
endpoint - Endpoint to set on the marshalled request.public QueryProtocolMarshaller build()
QueryProtocolMarshaller.Copyright © 2022. All rights reserved.