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 JsonUnmarshallerContext
build()
JsonUnmarshallerContext.Builder
response(SdkHttpFullResponse response)
JsonUnmarshallerContext.Builder
unmarshallerRegistry(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
JsonUnmarshallerContext
object.
-
-