Class XmlProtocolMarshaller.Builder
java.lang.Object
software.amazon.awssdk.protocols.xml.internal.marshall.XmlProtocolMarshaller.Builder
- Enclosing class:
 XmlProtocolMarshaller
Builder for 
XmlProtocolMarshaller.- 
Method Summary
Modifier and TypeMethodDescriptionbuild()operationInfo(OperationInfo operationInfo) xmlGenerator(XmlGenerator xmlGenerator)  
- 
Method Details
- 
endpoint
- Parameters:
 endpoint- Endpoint to set on the marshalled request.- Returns:
 - This builder for method chaining.
 
 - 
xmlGenerator
- Parameters:
 xmlGenerator- Object to write XML data.- Returns:
 - This builder for method chaining.
 
 - 
operationInfo
- Parameters:
 operationInfo- Metadata about the operation like URI, HTTP method, etc.- Returns:
 - This builder for method chaining.
 
 - 
build
- Returns:
 - New instance of 
XmlProtocolMarshaller. 
 
 -