Class QueryUnmarshallerContext.Builder
- java.lang.Object
-
- software.amazon.awssdk.protocols.query.internal.unmarshall.QueryUnmarshallerContext.Builder
-
- Enclosing class:
- QueryUnmarshallerContext
public static final class QueryUnmarshallerContext.Builder extends Object
Builder forQueryUnmarshallerContext.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryUnmarshallerContextbuild()QueryUnmarshallerContext.BuilderprotocolUnmarshaller(QueryProtocolUnmarshaller protocolUnmarshaller)QueryUnmarshallerContext.Builderregistry(QueryUnmarshallerRegistry registry)
-
-
-
Method Detail
-
registry
public QueryUnmarshallerContext.Builder registry(QueryUnmarshallerRegistry registry)
-
protocolUnmarshaller
public QueryUnmarshallerContext.Builder protocolUnmarshaller(QueryProtocolUnmarshaller protocolUnmarshaller)
-
build
public QueryUnmarshallerContext build()
-
-