public static interface SearchResourcesCriteria.Builder extends SdkPojo, CopyableBuilder<SearchResourcesCriteria.Builder,SearchResourcesCriteria>
| Modifier and Type | Method and Description |
|---|---|
default SearchResourcesCriteria.Builder |
simpleCriterion(Consumer<SearchResourcesSimpleCriterion.Builder> simpleCriterion)
A property-based condition that defines a property, operator, and one or more values for including or
excluding resources from the results.
|
SearchResourcesCriteria.Builder |
simpleCriterion(SearchResourcesSimpleCriterion simpleCriterion)
A property-based condition that defines a property, operator, and one or more values for including or
excluding resources from the results.
|
default SearchResourcesCriteria.Builder |
tagCriterion(Consumer<SearchResourcesTagCriterion.Builder> tagCriterion)
A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for
including or excluding resources from the results.
|
SearchResourcesCriteria.Builder |
tagCriterion(SearchResourcesTagCriterion tagCriterion)
A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for
including or excluding resources from the results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchResourcesCriteria.Builder simpleCriterion(SearchResourcesSimpleCriterion simpleCriterion)
A property-based condition that defines a property, operator, and one or more values for including or excluding resources from the results.
simpleCriterion - A property-based condition that defines a property, operator, and one or more values for including or
excluding resources from the results.default SearchResourcesCriteria.Builder simpleCriterion(Consumer<SearchResourcesSimpleCriterion.Builder> simpleCriterion)
A property-based condition that defines a property, operator, and one or more values for including or excluding resources from the results.
This is a convenience method that creates an instance of theSearchResourcesSimpleCriterion.Builder
avoiding the need to create one manually via SearchResourcesSimpleCriterion.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to simpleCriterion(SearchResourcesSimpleCriterion).
simpleCriterion - a consumer that will call methods on SearchResourcesSimpleCriterion.BuildersimpleCriterion(SearchResourcesSimpleCriterion)SearchResourcesCriteria.Builder tagCriterion(SearchResourcesTagCriterion tagCriterion)
A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for including or excluding resources from the results.
tagCriterion - A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs
for including or excluding resources from the results.default SearchResourcesCriteria.Builder tagCriterion(Consumer<SearchResourcesTagCriterion.Builder> tagCriterion)
A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for including or excluding resources from the results.
This is a convenience method that creates an instance of theSearchResourcesTagCriterion.Builder
avoiding the need to create one manually via SearchResourcesTagCriterion.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to tagCriterion(SearchResourcesTagCriterion).
tagCriterion - a consumer that will call methods on SearchResourcesTagCriterion.BuildertagCriterion(SearchResourcesTagCriterion)Copyright © 2023. All rights reserved.