public static interface SearchResourcesBucketCriteria.Builder extends SdkPojo, CopyableBuilder<SearchResourcesBucketCriteria.Builder,SearchResourcesBucketCriteria>
| Modifier and Type | Method and Description |
|---|---|
default SearchResourcesBucketCriteria.Builder |
excludes(Consumer<SearchResourcesCriteriaBlock.Builder> excludes)
The property- and tag-based conditions that determine which buckets to exclude from the results.
|
SearchResourcesBucketCriteria.Builder |
excludes(SearchResourcesCriteriaBlock excludes)
The property- and tag-based conditions that determine which buckets to exclude from the results.
|
default SearchResourcesBucketCriteria.Builder |
includes(Consumer<SearchResourcesCriteriaBlock.Builder> includes)
The property- and tag-based conditions that determine which buckets to include in the results.
|
SearchResourcesBucketCriteria.Builder |
includes(SearchResourcesCriteriaBlock includes)
The property- and tag-based conditions that determine which buckets to include in the results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchResourcesBucketCriteria.Builder excludes(SearchResourcesCriteriaBlock excludes)
The property- and tag-based conditions that determine which buckets to exclude from the results.
excludes - The property- and tag-based conditions that determine which buckets to exclude from the results.default SearchResourcesBucketCriteria.Builder excludes(Consumer<SearchResourcesCriteriaBlock.Builder> excludes)
The property- and tag-based conditions that determine which buckets to exclude from the results.
This is a convenience method that creates an instance of theSearchResourcesCriteriaBlock.Builder
avoiding the need to create one manually via SearchResourcesCriteriaBlock.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to excludes(SearchResourcesCriteriaBlock).
excludes - a consumer that will call methods on SearchResourcesCriteriaBlock.Builderexcludes(SearchResourcesCriteriaBlock)SearchResourcesBucketCriteria.Builder includes(SearchResourcesCriteriaBlock includes)
The property- and tag-based conditions that determine which buckets to include in the results.
includes - The property- and tag-based conditions that determine which buckets to include in the results.default SearchResourcesBucketCriteria.Builder includes(Consumer<SearchResourcesCriteriaBlock.Builder> includes)
The property- and tag-based conditions that determine which buckets to include in the results.
This is a convenience method that creates an instance of theSearchResourcesCriteriaBlock.Builder
avoiding the need to create one manually via SearchResourcesCriteriaBlock.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to includes(SearchResourcesCriteriaBlock).
includes - a consumer that will call methods on SearchResourcesCriteriaBlock.Builderincludes(SearchResourcesCriteriaBlock)Copyright © 2023. All rights reserved.