Interface StringSearch.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StringSearch.Builder,,StringSearch> SdkBuilder<StringSearch.Builder,,StringSearch> SdkPojo
- Enclosing class:
StringSearch
@Mutable
@NotThreadSafe
public static interface StringSearch.Builder
extends SdkPojo, CopyableBuilder<StringSearch.Builder,StringSearch>
-
Method Summary
Modifier and TypeMethodDescriptionsearchOption(String searchOption) The search option to be applied when performing the string search.searchOption(SearchOption searchOption) The search option to be applied when performing the string search.searchValue(String searchValue) The value to search for within the specified string field.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, sdkFieldNameToField, sdkFields
-
Method Details
-
searchOption
The search option to be applied when performing the string search.
- Parameters:
searchOption- The search option to be applied when performing the string search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
searchOption
The search option to be applied when performing the string search.
- Parameters:
searchOption- The search option to be applied when performing the string search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
searchValue
The value to search for within the specified string field.
- Parameters:
searchValue- The value to search for within the specified string field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-