Interface Tag.Builder

    • Method Detail

      • key

        Tag.Builder key​(String key)

        The name of the tag.

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

        Tag.Builder value​(String value)

        The value of the tag.

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