Interface Attribute.Builder

    • Method Detail

      • name

        Attribute.Builder name​(String name)

        The name of the attribute.

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

        Attribute.Builder value​(String value)

        The value of the attribute.

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