Class QueryUnmarshallerRegistry.Builder
- java.lang.Object
-
- software.amazon.awssdk.protocols.core.AbstractMarshallingRegistry.Builder
-
- software.amazon.awssdk.protocols.query.internal.unmarshall.QueryUnmarshallerRegistry.Builder
-
- Enclosing class:
- QueryUnmarshallerRegistry
public static final class QueryUnmarshallerRegistry.Builder extends AbstractMarshallingRegistry.Builder
Builder for aQueryUnmarshallerRegistry.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryUnmarshallerRegistrybuild()<T> QueryUnmarshallerRegistry.Builderunmarshaller(MarshallingType<T> marshallingType, QueryUnmarshaller<T> marshaller)-
Methods inherited from class software.amazon.awssdk.protocols.core.AbstractMarshallingRegistry.Builder
register
-
-
-
-
Method Detail
-
unmarshaller
public <T> QueryUnmarshallerRegistry.Builder unmarshaller(MarshallingType<T> marshallingType, QueryUnmarshaller<T> marshaller)
-
build
public QueryUnmarshallerRegistry build()
- Returns:
- An immutable
QueryUnmarshallerRegistryobject.
-
-