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
Modifier and TypeMethodDescriptionThe key containing a searchable user-defined contact attribute.The list of values to search for within a user-defined contact attribute.values
(Collection<String> values) The list of values to search for within a user-defined contact attribute.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 Details
-
key
The key containing a searchable user-defined contact attribute.
- Parameters:
key
- The key containing a searchable user-defined contact attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The list of values to search for within a user-defined contact attribute.
- Parameters:
values
- The list of values to search for within a user-defined contact attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The list of values to search for within a user-defined contact attribute.
- Parameters:
values
- The list of values to search for within a user-defined contact attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-