Class XmlUnmarshallerContext.Builder
- java.lang.Object
-
- software.amazon.awssdk.protocols.xml.internal.unmarshall.XmlUnmarshallerContext.Builder
-
- Enclosing class:
- XmlUnmarshallerContext
public static final class XmlUnmarshallerContext.Builder extends Object
Builder for aXmlUnmarshallerContext.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XmlUnmarshallerContextbuild()XmlUnmarshallerContext.BuilderprotocolUnmarshaller(XmlProtocolUnmarshaller protocolUnmarshaller)XmlUnmarshallerContext.Builderregistry(XmlUnmarshallerRegistry registry)XmlUnmarshallerContext.Builderresponse(SdkHttpFullResponse response)
-
-
-
Method Detail
-
response
public XmlUnmarshallerContext.Builder response(SdkHttpFullResponse response)
-
registry
public XmlUnmarshallerContext.Builder registry(XmlUnmarshallerRegistry registry)
-
protocolUnmarshaller
public XmlUnmarshallerContext.Builder protocolUnmarshaller(XmlProtocolUnmarshaller protocolUnmarshaller)
-
build
public XmlUnmarshallerContext build()
- Returns:
- An immutable
XmlUnmarshallerContextobject.
-
-