Class QueryProtocolMarshaller.Builder
- java.lang.Object
- 
- software.amazon.awssdk.protocols.query.internal.marshall.QueryProtocolMarshaller.Builder
 
- 
- Enclosing class:
- QueryProtocolMarshaller
 
 public static final class QueryProtocolMarshaller.Builder extends Object Builder forQueryProtocolMarshaller.
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryProtocolMarshallerbuild()QueryProtocolMarshaller.Builderendpoint(URI endpoint)QueryProtocolMarshaller.BuilderisEc2(boolean ec2)QueryProtocolMarshaller.BuilderoperationInfo(OperationInfo operationInfo)
 
- 
- 
- 
Method Detail- 
operationInfopublic QueryProtocolMarshaller.Builder operationInfo(OperationInfo operationInfo) - Parameters:
- operationInfo- Metadata about the operation like URI, HTTP method, etc.
- Returns:
- This builder for method chaining.
 
 - 
isEc2public QueryProtocolMarshaller.Builder isEc2(boolean ec2) - Parameters:
- ec2- True if the service is EC2. EC2 has some slightly different behavior so we wire things up a bit differently for it.
- Returns:
- This builder for method chaining.
 
 - 
endpointpublic QueryProtocolMarshaller.Builder endpoint(URI endpoint) - Parameters:
- endpoint- Endpoint to set on the marshalled request.
- Returns:
- This builder for method chaining.
 
 - 
buildpublic QueryProtocolMarshaller build() - Returns:
- New instance of QueryProtocolMarshaller.
 
 
- 
 
-