Interface SearchableContactAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SearchableContactAttributes.Builder,SearchableContactAttributes>,SdkBuilder<SearchableContactAttributes.Builder,SearchableContactAttributes>,SdkPojo
- Enclosing class:
- SearchableContactAttributes
public static interface SearchableContactAttributes.Builder extends SdkPojo, CopyableBuilder<SearchableContactAttributes.Builder,SearchableContactAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchableContactAttributes.Buildercriteria(Collection<SearchableContactAttributesCriteria> criteria)The array of searhale contact attribute criteriaSearchableContactAttributes.Buildercriteria(Consumer<SearchableContactAttributesCriteria.Builder>... criteria)The array of searhale contact attribute criteriaSearchableContactAttributes.Buildercriteria(SearchableContactAttributesCriteria... criteria)The array of searhale contact attribute criteriaSearchableContactAttributes.BuildermatchType(String matchType)The match type of multiple searchable contact attributes criteria.SearchableContactAttributes.BuildermatchType(SearchContactsMatchType matchType)The match type of multiple searchable contact attributes criteria.-
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
-
criteria
SearchableContactAttributes.Builder criteria(Collection<SearchableContactAttributesCriteria> criteria)
The array of searhale contact attribute criteria
- Parameters:
criteria- The array of searhale contact attribute criteria- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
criteria
SearchableContactAttributes.Builder criteria(SearchableContactAttributesCriteria... criteria)
The array of searhale contact attribute criteria
- Parameters:
criteria- The array of searhale contact attribute criteria- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
criteria
SearchableContactAttributes.Builder criteria(Consumer<SearchableContactAttributesCriteria.Builder>... criteria)
The array of searhale contact attribute criteria
This is a convenience method that creates an instance of theSearchableContactAttributesCriteria.Builderavoiding the need to create one manually viaSearchableContactAttributesCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#criteria(List.) - Parameters:
criteria- a consumer that will call methods onSearchableContactAttributesCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#criteria(java.util.Collection)
-
matchType
SearchableContactAttributes.Builder matchType(String matchType)
The match type of multiple searchable contact attributes criteria.
- Parameters:
matchType- The match type of multiple searchable contact attributes criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SearchContactsMatchType,SearchContactsMatchType
-
matchType
SearchableContactAttributes.Builder matchType(SearchContactsMatchType matchType)
The match type of multiple searchable contact attributes criteria.
- Parameters:
matchType- The match type of multiple searchable contact attributes criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SearchContactsMatchType,SearchContactsMatchType
-
-