Interface ResourceTag.Builder

    • Method Detail

      • key

        ResourceTag.Builder key​(String key)

        The key that's associated with the tag.

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

        ResourceTag.Builder value​(String value)

        The value that's associated with the tag.

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