Interface Attribute.Builder

  • Method Details

    • key

      The attribute key.

      Parameters:
      key - The attribute key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      Attribute.Builder value(String value)

      The value assigned to the attribute key.

      Parameters:
      value - The value assigned to the attribute key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.