Interface TagSearchCondition.Builder

    • Method Detail

      • tagKey

        TagSearchCondition.Builder tagKey​(String tagKey)

        The tag key used in the tag search condition.

        Parameters:
        tagKey - The tag key used in the tag search condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagValue

        TagSearchCondition.Builder tagValue​(String tagValue)

        The tag value used in the tag search condition.

        Parameters:
        tagValue - The tag value used in the tag search condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeyComparisonType

        TagSearchCondition.Builder tagKeyComparisonType​(String tagKeyComparisonType)

        The type of comparison to be made when evaluating the tag key in tag search condition.

        Parameters:
        tagKeyComparisonType - The type of comparison to be made when evaluating the tag key in tag search condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StringComparisonType, StringComparisonType
      • tagKeyComparisonType

        TagSearchCondition.Builder tagKeyComparisonType​(StringComparisonType tagKeyComparisonType)

        The type of comparison to be made when evaluating the tag key in tag search condition.

        Parameters:
        tagKeyComparisonType - The type of comparison to be made when evaluating the tag key in tag search condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StringComparisonType, StringComparisonType
      • tagValueComparisonType

        TagSearchCondition.Builder tagValueComparisonType​(String tagValueComparisonType)

        The type of comparison to be made when evaluating the tag value in tag search condition.

        Parameters:
        tagValueComparisonType - The type of comparison to be made when evaluating the tag value in tag search condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StringComparisonType, StringComparisonType
      • tagValueComparisonType

        TagSearchCondition.Builder tagValueComparisonType​(StringComparisonType tagValueComparisonType)

        The type of comparison to be made when evaluating the tag value in tag search condition.

        Parameters:
        tagValueComparisonType - The type of comparison to be made when evaluating the tag value in tag search condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StringComparisonType, StringComparisonType