Interface NameCriteria.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NameCriteria.Builder,,NameCriteria> SdkBuilder<NameCriteria.Builder,,NameCriteria> SdkPojo
- Enclosing class:
NameCriteria
@Mutable
@NotThreadSafe
public static interface NameCriteria.Builder
extends SdkPojo, CopyableBuilder<NameCriteria.Builder,NameCriteria>
-
Method Summary
Modifier and TypeMethodDescriptionThe match type combining name search criteria using multiple search texts in a name criteria.matchType(SearchContactsMatchType matchType) The match type combining name search criteria using multiple search texts in a name criteria.searchText(String... searchText) The words or phrases used to match the contact name.searchText(Collection<String> searchText) The words or phrases used to match the contact name.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
-
searchText
The words or phrases used to match the contact name.
- Parameters:
searchText- The words or phrases used to match the contact name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
searchText
The words or phrases used to match the contact name.
- Parameters:
searchText- The words or phrases used to match the contact name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchType
The match type combining name search criteria using multiple search texts in a name criteria.
- Parameters:
matchType- The match type combining name search criteria using multiple search texts in a name criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
matchType
The match type combining name search criteria using multiple search texts in a name criteria.
- Parameters:
matchType- The match type combining name search criteria using multiple search texts in a name criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-