Interface SearchFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SearchFilter.Builder,SearchFilter>,SdkBuilder<SearchFilter.Builder,SearchFilter>,SdkPojo
- Enclosing class:
- SearchFilter
public static interface SearchFilter.Builder extends SdkPojo, CopyableBuilder<SearchFilter.Builder,SearchFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchFilter.BuilderfilterString(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, sdkFields
-
-
-
-
Method Detail
-
filterString
SearchFilter.Builder filterString(String 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.
-
-