public static interface SearchResourcesTagCriterion.Builder extends SdkPojo, CopyableBuilder<SearchResourcesTagCriterion.Builder,SearchResourcesTagCriterion>
| Modifier and Type | Method and Description |
|---|---|
SearchResourcesTagCriterion.Builder |
comparator(SearchResourcesComparator comparator)
The operator to use in the condition.
|
SearchResourcesTagCriterion.Builder |
comparator(String comparator)
The operator to use in the condition.
|
SearchResourcesTagCriterion.Builder |
tagValues(Collection<SearchResourcesTagCriterionPair> tagValues)
The tag keys, tag values, or tag key and value pairs to use in the condition.
|
SearchResourcesTagCriterion.Builder |
tagValues(Consumer<SearchResourcesTagCriterionPair.Builder>... tagValues)
The tag keys, tag values, or tag key and value pairs to use in the condition.
|
SearchResourcesTagCriterion.Builder |
tagValues(SearchResourcesTagCriterionPair... tagValues)
The tag keys, tag values, or tag key and value pairs to use in the condition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchResourcesTagCriterion.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).SearchResourcesComparator,
SearchResourcesComparatorSearchResourcesTagCriterion.Builder comparator(SearchResourcesComparator 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).SearchResourcesComparator,
SearchResourcesComparatorSearchResourcesTagCriterion.Builder tagValues(Collection<SearchResourcesTagCriterionPair> 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.SearchResourcesTagCriterion.Builder tagValues(SearchResourcesTagCriterionPair... 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.SearchResourcesTagCriterion.Builder tagValues(Consumer<SearchResourcesTagCriterionPair.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 theSearchResourcesTagCriterionPair.Builder avoiding the
need to create one manually via
SearchResourcesTagCriterionPair.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
SearchResourcesTagCriterionPair.Builder#tagValues(java.util.Collection) Copyright © 2023. All rights reserved.