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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SearchResourcesBucketCriteria.Builderexcludes(Consumer<SearchResourcesCriteriaBlock.Builder> excludes)The property- and tag-based conditions that determine which buckets to exclude from the results.SearchResourcesBucketCriteria.Builderexcludes(SearchResourcesCriteriaBlock excludes)The property- and tag-based conditions that determine which buckets to exclude from the results.default SearchResourcesBucketCriteria.Builderincludes(Consumer<SearchResourcesCriteriaBlock.Builder> includes)The property- and tag-based conditions that determine which buckets to include in the results.SearchResourcesBucketCriteria.Builderincludes(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
excludes
SearchResourcesBucketCriteria.Builder excludes(SearchResourcesCriteriaBlock 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:
excludes(SearchResourcesCriteriaBlock)
-
includes
SearchResourcesBucketCriteria.Builder includes(SearchResourcesCriteriaBlock 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:
includes(SearchResourcesCriteriaBlock)
-
-