Interface SearchResourcesBucketCriteria.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SearchResourcesBucketCriteria.Builder,,SearchResourcesBucketCriteria> SdkBuilder<SearchResourcesBucketCriteria.Builder,,SearchResourcesBucketCriteria> SdkPojo
- Enclosing class:
SearchResourcesBucketCriteria
public static interface SearchResourcesBucketCriteria.Builder
extends SdkPojo, CopyableBuilder<SearchResourcesBucketCriteria.Builder,SearchResourcesBucketCriteria>
-
Method Summary
Modifier and TypeMethodDescriptionexcludes(Consumer<SearchResourcesCriteriaBlock.Builder> excludes) The property- and tag-based conditions that determine which buckets to exclude from the results.excludes(SearchResourcesCriteriaBlock excludes) The property- and tag-based conditions that determine which buckets to exclude from the results.includes(Consumer<SearchResourcesCriteriaBlock.Builder> includes) The property- and tag-based conditions that determine which buckets to include in the results.includes(SearchResourcesCriteriaBlock includes) The property- and tag-based conditions that determine which buckets to include in the results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
excludes
The property- and tag-based conditions that determine which buckets to exclude from the results.
- Parameters:
excludes- The property- and tag-based conditions that determine which buckets to exclude from the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludes
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.Builderavoiding the need to create one manually viaSearchResourcesCriteriaBlock.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexcludes(SearchResourcesCriteriaBlock).- Parameters:
excludes- a consumer that will call methods onSearchResourcesCriteriaBlock.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
includes
The property- and tag-based conditions that determine which buckets to include in the results.
- Parameters:
includes- The property- and tag-based conditions that determine which buckets to include in the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includes
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.Builderavoiding the need to create one manually viaSearchResourcesCriteriaBlock.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toincludes(SearchResourcesCriteriaBlock).- Parameters:
includes- a consumer that will call methods onSearchResourcesCriteriaBlock.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-