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 type of search operation to perform on the string value.searchOption(SearchOption searchOption) The type of search operation to perform on the string value.searchValue(String searchValue) The string value to use in the search operation.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 type of search operation to perform on the string value. Determines how the search value is matched against the target field.
- Parameters:
searchOption- The type of search operation to perform on the string value. Determines how the search value is matched against the target field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
searchOption
The type of search operation to perform on the string value. Determines how the search value is matched against the target field.
- Parameters:
searchOption- The type of search operation to perform on the string value. Determines how the search value is matched against the target field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
searchValue
The string value to use in the search operation. This value is compared against the target field using the specified search option.
- Parameters:
searchValue- The string value to use in the search operation. This value is compared against the target field using the specified search option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-