Interface ResourceTag.Builder

    • Method Detail

      • key

        ResourceTag.Builder key​(String key)

        The resource tag key.

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

        ResourceTag.Builder value​(String value)

        The resource tag value. To specify an empty string value, either don't provide this or specify it as "".

        Parameters:
        value - The resource tag value. To specify an empty string value, either don't provide this or specify it as "".
        Returns:
        Returns a reference to this object so that method calls can be chained together.