Class Remote.Builder

    • Method Detail

      • build

        public Remote build()
        Description copied from interface: SmithyBuilder
        Creates an immutable object that is created from the properties that have been set on the builder.
        Specified by:
        build in interface SmithyBuilder<Remote>
        Returns:
        an instance of T
      • definitions

        public Remote.Builder definitions​(java.util.Map<java.lang.String,​Schema> definitions)
      • addDefinition

        public Remote.Builder addDefinition​(java.lang.String name,
                                            Schema definition)
      • removeDefinition

        public Remote.Builder removeDefinition​(java.lang.String name)
      • removeProperty

        public Remote.Builder removeProperty​(java.lang.String name)