Interface SearchableAgentCriteriaStep.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SearchableAgentCriteriaStep.Builder,
,SearchableAgentCriteriaStep> SdkBuilder<SearchableAgentCriteriaStep.Builder,
,SearchableAgentCriteriaStep> SdkPojo
- Enclosing class:
SearchableAgentCriteriaStep
@Mutable
@NotThreadSafe
public static interface SearchableAgentCriteriaStep.Builder
extends SdkPojo, CopyableBuilder<SearchableAgentCriteriaStep.Builder,SearchableAgentCriteriaStep>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifiers of agents used in preferred agents matching.agentIds
(Collection<String> agentIds) The identifiers of agents used in preferred agents matching.The match type combining multiple agent criteria steps.matchType
(SearchContactsMatchType matchType) The match type combining multiple agent criteria steps.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, sdkFieldNameToField, sdkFields
-
Method Details
-
agentIds
The identifiers of agents used in preferred agents matching.
- Parameters:
agentIds
- The identifiers of agents used in preferred agents matching.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentIds
The identifiers of agents used in preferred agents matching.
- Parameters:
agentIds
- The identifiers of agents used in preferred agents matching.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchType
The match type combining multiple agent criteria steps.
- Parameters:
matchType
- The match type combining multiple agent criteria steps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
matchType
The match type combining multiple agent criteria steps.
- Parameters:
matchType
- The match type combining multiple agent criteria steps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-