Interface SearchableContactAttributesCriteria.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SearchableContactAttributesCriteria.Builder,SearchableContactAttributesCriteria>,SdkBuilder<SearchableContactAttributesCriteria.Builder,SearchableContactAttributesCriteria>,SdkPojo
- Enclosing class:
- SearchableContactAttributesCriteria
public static interface SearchableContactAttributesCriteria.Builder extends SdkPojo, CopyableBuilder<SearchableContactAttributesCriteria.Builder,SearchableContactAttributesCriteria>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchableContactAttributesCriteria.Builderkey(String key)The searchable contact attribute keySearchableContactAttributesCriteria.Buildervalues(String... values)The array of contact attribute values used to filter search results.SearchableContactAttributesCriteria.Buildervalues(Collection<String> values)The array of contact attribute values used to filter search results.-
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
-
key
SearchableContactAttributesCriteria.Builder key(String key)
The searchable contact attribute key
- Parameters:
key- The searchable contact attribute key- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
SearchableContactAttributesCriteria.Builder values(Collection<String> values)
The array of contact attribute values used to filter search results.
- Parameters:
values- The array of contact attribute values used to filter search results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
SearchableContactAttributesCriteria.Builder values(String... values)
The array of contact attribute values used to filter search results.
- Parameters:
values- The array of contact attribute values used to filter search results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-