Class PropertyTrait.Builder

All Implemented Interfaces:
SmithyBuilder<PropertyTrait>
Enclosing class:
PropertyTrait

public static final class PropertyTrait.Builder extends AbstractTraitBuilder<PropertyTrait,PropertyTrait.Builder>
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • name

      public PropertyTrait.Builder name(String name)
    • build

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