Interface SessionTag.Builder

    • Method Detail

      • key

        SessionTag.Builder key​(String key)

        The key for the tag.

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

        SessionTag.Builder value​(String value)

        The value that you want to assign the tag.

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