Class JsonUnmarshallerContext.Builder
- java.lang.Object
-
- software.amazon.awssdk.protocols.json.internal.unmarshall.JsonUnmarshallerContext.Builder
-
- Enclosing class:
- JsonUnmarshallerContext
public static final class JsonUnmarshallerContext.Builder extends Object
Builder for aJsonUnmarshallerContext.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonUnmarshallerContextbuild()JsonUnmarshallerContext.Builderresponse(SdkHttpFullResponse response)JsonUnmarshallerContext.BuilderunmarshallerRegistry(JsonUnmarshallerRegistry unmarshallerRegistry)
-
-
-
Method Detail
-
response
public JsonUnmarshallerContext.Builder response(SdkHttpFullResponse response)
-
unmarshallerRegistry
public JsonUnmarshallerContext.Builder unmarshallerRegistry(JsonUnmarshallerRegistry unmarshallerRegistry)
-
build
public JsonUnmarshallerContext build()
- Returns:
- An immutable
JsonUnmarshallerContextobject.
-
-