public static final class XmlProtocolMarshaller.Builder extends Object
XmlProtocolMarshaller
.Modifier and Type | Method and Description |
---|---|
XmlProtocolMarshaller |
build() |
XmlProtocolMarshaller.Builder |
endpoint(URI endpoint) |
XmlProtocolMarshaller.Builder |
operationInfo(OperationInfo operationInfo) |
XmlProtocolMarshaller.Builder |
xmlGenerator(XmlGenerator xmlGenerator) |
public XmlProtocolMarshaller.Builder endpoint(URI endpoint)
endpoint
- Endpoint to set on the marshalled request.public XmlProtocolMarshaller.Builder xmlGenerator(XmlGenerator xmlGenerator)
xmlGenerator
- Object to write XML data.public XmlProtocolMarshaller.Builder operationInfo(OperationInfo operationInfo)
operationInfo
- Metadata about the operation like URI, HTTP method, etc.public XmlProtocolMarshaller build()
XmlProtocolMarshaller
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.