Interface TagSet.Builder

    • Method Detail

      • key

        TagSet.Builder key​(String key)

        The tag key in the tagSet.

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

        TagSet.Builder value​(String value)

        The tag value in the tagSet.

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