Class JsonUnmarshallerContext.Builder
java.lang.Object
software.amazon.awssdk.protocols.json.internal.unmarshall.JsonUnmarshallerContext.Builder
- 
Method SummaryModifier and TypeMethodDescriptionbuild()response(SdkHttpFullResponse response) unmarshallerRegistry(JsonUnmarshallerRegistry unmarshallerRegistry) 
- 
Method Details- 
response
- 
unmarshallerRegistrypublic JsonUnmarshallerContext.Builder unmarshallerRegistry(JsonUnmarshallerRegistry unmarshallerRegistry) 
- 
build- Returns:
- An immutable JsonUnmarshallerContextobject.
 
 
-