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, http
getSourceLocation, sourceLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
requiredState
public RestXmlTrait.Builder noErrorWrapping(boolean noErrorWrapping)
public RestXmlTrait.Builder fromNode(Node node)
AwsProtocolTrait.Builder
fromNode
in class AwsProtocolTrait.Builder<RestXmlTrait,RestXmlTrait.Builder>
node
- Node object that must be a valid ObjectNode
.public RestXmlTrait build()
SmithyBuilder