Interface SearchFilter.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SearchFilter.Builder,
,SearchFilter> SdkBuilder<SearchFilter.Builder,
,SearchFilter> SdkPojo
- Enclosing class:
SearchFilter
@Mutable
@NotThreadSafe
public static interface SearchFilter.Builder
extends SdkPojo, CopyableBuilder<SearchFilter.Builder,SearchFilter>
-
Method Summary
Modifier and TypeMethodDescriptionfilterString
(String filterString) The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a Search operation.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, sdkFieldNameToField, sdkFields
-
Method Details
-
filterString
The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a Search operation. For more details, see Search query syntax.
- Parameters:
filterString
- The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a Search operation. For more details, see Search query syntax.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-