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 method that creates an instance of theTagCriterionPairForJob.Builder avoiding the need to
create one manually via TagCriterionPairForJob.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #tagValues(List.
tagValues - a consumer that will call methods on
TagCriterionPairForJob.Builder#tagValues(java.util.Collection) Copyright © 2022. All rights reserved.