T - The type of trait being created.B - The concrete builder that creates T.public abstract static class AwsProtocolTrait.Builder<T extends Trait,B extends AwsProtocolTrait.Builder> extends AbstractTraitBuilder<T,B>
AwsProtocolTrait.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
B |
eventStreamHttp(java.util.List<java.lang.String> eventStreamHttp)
Sets the list of supported event stream HTTP protocols.
|
B |
fromNode(Node node)
Updates the builder from a Node.
|
B |
http(java.util.List<java.lang.String> http)
Sets the list of supported HTTP protocols.
|
getSourceLocation, sourceLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, requiredStatepublic B http(java.util.List<java.lang.String> http)
http - HTTP protocols to set and replace.public B eventStreamHttp(java.util.List<java.lang.String> eventStreamHttp)
eventStreamHttp - Event stream HTTP protocols to set and replace.