Class JsonUnmarshallerContext.Builder
java.lang.Object
software.amazon.awssdk.protocols.json.internal.unmarshall.JsonUnmarshallerContext.Builder
- Enclosing class:
JsonUnmarshallerContext
Builder for a
JsonUnmarshallerContext.-
Method Summary
Modifier and TypeMethodDescriptionbuild()response(SdkHttpFullResponse response) unmarshallerRegistry(software.amazon.awssdk.protocols.json.internal.unmarshall.JsonUnmarshallerRegistry unmarshallerRegistry)
-
Method Details
-
response
-
unmarshallerRegistry
public JsonUnmarshallerContext.Builder unmarshallerRegistry(software.amazon.awssdk.protocols.json.internal.unmarshall.JsonUnmarshallerRegistry unmarshallerRegistry) -
build
- Returns:
- An immutable
JsonUnmarshallerContextobject.
-