Class AwsProtocolTrait.Builder<T extends Trait,​B extends AwsProtocolTrait.Builder>

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • http

        public B http​(java.util.List<java.lang.String> http)
        Sets the list of supported HTTP protocols.
        Parameters:
        http - HTTP protocols to set and replace.
        Returns:
        Returns the builder.
      • eventStreamHttp

        public B eventStreamHttp​(java.util.List<java.lang.String> eventStreamHttp)
        Sets the list of supported event stream HTTP protocols.
        Parameters:
        eventStreamHttp - Event stream HTTP protocols to set and replace.
        Returns:
        Returns the builder.
      • fromNode

        public B fromNode​(Node node)
        Updates the builder from a Node.
        Parameters:
        node - Node object that must be a valid ObjectNode.
        Returns:
        Returns the updated builder.