Interface TagValuePair.Builder

    • Method Detail

      • key

        TagValuePair.Builder key​(String key)

        The value for the tag key to use in the condition.

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

        TagValuePair.Builder value​(String value)

        The tag value, associated with the specified tag key (key), to use in the condition. To specify only a tag key for a condition, specify the tag key for the key property and set this value to an empty string.

        Parameters:
        value - The tag value, associated with the specified tag key (key), to use in the condition. To specify only a tag key for a condition, specify the tag key for the key property and set this value to an empty string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.