public static final class RestXmlTrait.Builder extends AwsProtocolTrait.Builder<RestXmlTrait,RestXmlTrait.Builder>
| Modifier and Type | Method and Description |
|---|---|
RestXmlTrait |
build()
Creates an immutable object that is created from the properties
that have been set on the builder.
|
RestXmlTrait.Builder |
fromNode(Node node)
Updates the builder from a Node.
|
RestXmlTrait.Builder |
noErrorWrapping(boolean noErrorWrapping) |
eventStreamHttp, httpgetSourceLocation, sourceLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrequiredStatepublic RestXmlTrait.Builder noErrorWrapping(boolean noErrorWrapping)
public RestXmlTrait.Builder fromNode(Node node)
AwsProtocolTrait.BuilderfromNode in class AwsProtocolTrait.Builder<RestXmlTrait,RestXmlTrait.Builder>node - Node object that must be a valid ObjectNode.public RestXmlTrait build()
SmithyBuilder