Class Attribute.Builder

  • Enclosing class:
    Attribute

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

      • Builder

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

      • build

        public Attribute build()
        Builds a Attribute.
        Returns:
        the new Attribute instance
      • name

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

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