public static interface TagCriterionForJob.Builder extends SdkPojo, CopyableBuilder<TagCriterionForJob.Builder,TagCriterionForJob>
| Modifier and Type | Method and Description |
|---|---|
TagCriterionForJob.Builder |
comparator(JobComparator comparator)
The operator to use in the condition.
|
TagCriterionForJob.Builder |
comparator(String comparator)
The operator to use in the condition.
|
TagCriterionForJob.Builder |
tagValues(Collection<TagCriterionPairForJob> tagValues)
The tag keys, tag values, or tag key and value pairs to use in the condition.
|
TagCriterionForJob.Builder |
tagValues(Consumer<TagCriterionPairForJob.Builder>... tagValues)
The tag keys, tag values, or tag key and value pairs to use in the condition.
|
TagCriterionForJob.Builder |
tagValues(TagCriterionPairForJob... tagValues)
The tag keys, tag values, or tag key and value pairs to use in the condition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTagCriterionForJob.Builder comparator(String comparator)
The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).
comparator - The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).JobComparator,
JobComparatorTagCriterionForJob.Builder comparator(JobComparator comparator)
The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).
comparator - The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).JobComparator,
JobComparatorTagCriterionForJob.Builder tagValues(Collection<TagCriterionPairForJob> tagValues)
The tag keys, tag values, or tag key and value pairs to use in the condition.
tagValues - The tag keys, tag values, or tag key and value pairs to use in the condition.TagCriterionForJob.Builder tagValues(TagCriterionPairForJob... tagValues)
The tag keys, tag values, or tag key and value pairs to use in the condition.
tagValues - The tag keys, tag values, or tag key and value pairs to use in the condition.TagCriterionForJob.Builder tagValues(Consumer<TagCriterionPairForJob.Builder>... tagValues)
The tag keys, tag values, or tag key and value pairs to use in the condition.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #tagValues(List) .tagValues - a consumer that will call methods on List.Builder #tagValues(List) Copyright © 2022. All rights reserved.