Interface Tag.Builder

    • Method Detail

      • key

        Tag.Builder key​(String key)

        The key half of a tag.

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

        Tag.Builder value​(String value)

        The value half of a tag.

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