Class PropertiesSchema.Builder

  • Enclosing class:
    PropertiesSchema

    public static class PropertiesSchema.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • build

        public PropertiesSchema build()
        Builds a PropertiesSchema.
        Returns:
        the new PropertiesSchema instance
      • value

        public PropertiesSchema.Builder value​(java.lang.String value)
        Set the value.
        Parameters:
        value - the value
        Returns:
        the PropertiesSchema builder