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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryProtocolMarshaller
build()
QueryProtocolMarshaller.Builder
endpoint(URI endpoint)
QueryProtocolMarshaller.Builder
isEc2(boolean ec2)
QueryProtocolMarshaller.Builder
operationInfo(OperationInfo operationInfo)
-
-
-
Method Detail
-
operationInfo
public QueryProtocolMarshaller.Builder operationInfo(OperationInfo operationInfo)
- Parameters:
operationInfo
- Metadata about the operation like URI, HTTP method, etc.- Returns:
- This builder for method chaining.
-
isEc2
public 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.
-
endpoint
public QueryProtocolMarshaller.Builder endpoint(URI endpoint)
- Parameters:
endpoint
- Endpoint to set on the marshalled request.- Returns:
- This builder for method chaining.
-
build
public QueryProtocolMarshaller build()
- Returns:
- New instance of
QueryProtocolMarshaller
.
-
-