Interface Tag.Builder

    • Method Detail

      • key

        Tag.Builder key​(String key)

        Describes the key associated with the tag.

        Parameters:
        key - Describes the key associated with the tag.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        Tag.Builder value​(String value)

        Describes the value associated with the tag key.

        Parameters:
        value - Describes the value associated with the tag key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.