Class XmlProtocolMarshaller.Builder
- java.lang.Object
-
- software.amazon.awssdk.protocols.xml.internal.marshall.XmlProtocolMarshaller.Builder
-
- Enclosing class:
- XmlProtocolMarshaller
public static final class XmlProtocolMarshaller.Builder extends Object
Builder forXmlProtocolMarshaller.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XmlProtocolMarshallerbuild()XmlProtocolMarshaller.Builderendpoint(URI endpoint)XmlProtocolMarshaller.BuilderoperationInfo(OperationInfo operationInfo)XmlProtocolMarshaller.BuilderxmlGenerator(XmlGenerator xmlGenerator)
-
-
-
Method Detail
-
endpoint
public XmlProtocolMarshaller.Builder endpoint(URI endpoint)
- Parameters:
endpoint- Endpoint to set on the marshalled request.- Returns:
- This builder for method chaining.
-
xmlGenerator
public XmlProtocolMarshaller.Builder xmlGenerator(XmlGenerator xmlGenerator)
- Parameters:
xmlGenerator- Object to write XML data.- Returns:
- This builder for method chaining.
-
operationInfo
public XmlProtocolMarshaller.Builder operationInfo(OperationInfo operationInfo)
- Parameters:
operationInfo- Metadata about the operation like URI, HTTP method, etc.- Returns:
- This builder for method chaining.
-
build
public XmlProtocolMarshaller build()
- Returns:
- New instance of
XmlProtocolMarshaller.
-
-