Class Rpcv2CborTrait.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • build

        public Rpcv2CborTrait build()
        Description copied from interface: SmithyBuilder
        Creates an immutable object that is created from the properties that have been set on the builder.
        Returns:
        an instance of T
      • http

        public Rpcv2CborTrait.Builder 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 Rpcv2CborTrait.Builder 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.