Interface TagCriterionForJob.Builder

    • Method Detail

      • comparator

        TagCriterionForJob.Builder comparator​(String comparator)

        The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).

        Parameters:
        comparator - The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobComparator, JobComparator
      • comparator

        TagCriterionForJob.Builder comparator​(JobComparator comparator)

        The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).

        Parameters:
        comparator - The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobComparator, JobComparator
      • tagValues

        TagCriterionForJob.Builder tagValues​(Collection<TagCriterionPairForJob> tagValues)

        The tag keys, tag values, or tag key and value pairs to use in the condition.

        Parameters:
        tagValues - The tag keys, tag values, or tag key and value pairs to use in the condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagValues

        TagCriterionForJob.Builder tagValues​(TagCriterionPairForJob... tagValues)

        The tag keys, tag values, or tag key and value pairs to use in the condition.

        Parameters:
        tagValues - The tag keys, tag values, or tag key and value pairs to use in the condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.