Class RangeTrait.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      Modifier and Type Method Description
      RangeTrait build()
      Creates an immutable object that is created from the properties that have been set on the builder.
      RangeTrait.Builder max​(java.math.BigDecimal max)  
      RangeTrait.Builder min​(java.math.BigDecimal min)  
      • 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

      • build

        public RangeTrait 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