Class Attribute.Builder

  • Enclosing class:
    Attribute

    public static class Attribute.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • attributeName

        public Attribute.Builder attributeName​(String attributeName)
        Key that specifies the attribute name.
        Parameters:
        attributeName - the value to set
        Returns:
        this builder
      • attributeValue

        public Attribute.Builder attributeValue​(String attributeValue)
        Value associated with the attribute key.
        Parameters:
        attributeValue - the value to set
        Returns:
        this builder