Interface GroupingConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GroupingConfiguration.Builder,
,GroupingConfiguration> SdkBuilder<GroupingConfiguration.Builder,
,GroupingConfiguration> SdkPojo
- Enclosing class:
GroupingConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionThe criteria used for grouping Amazon Q in Connect users.The list of values that define different groups of Amazon Q in Connect users.values
(Collection<String> values) The list of values that define different groups of Amazon Q in Connect users.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
-
criteria
The criteria used for grouping Amazon Q in Connect users.
The following is the list of supported criteria values.
-
RoutingProfileArn
: Grouping the users by their Amazon Connect routing profile ARN. User should have SearchRoutingProfile and DescribeRoutingProfile permissions when setting criteria to this value.
- Parameters:
criteria
- The criteria used for grouping Amazon Q in Connect users.The following is the list of supported criteria values.
-
RoutingProfileArn
: Grouping the users by their Amazon Connect routing profile ARN. User should have SearchRoutingProfile and DescribeRoutingProfile permissions when setting criteria to this value.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
values
The list of values that define different groups of Amazon Q in Connect users.
-
When setting
criteria
toRoutingProfileArn
, you need to provide a list of ARNs of Amazon Connect routing profiles as values of this parameter.
- Parameters:
values
- The list of values that define different groups of Amazon Q in Connect users.-
When setting
criteria
toRoutingProfileArn
, you need to provide a list of ARNs of Amazon Connect routing profiles as values of this parameter.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
values
The list of values that define different groups of Amazon Q in Connect users.
-
When setting
criteria
toRoutingProfileArn
, you need to provide a list of ARNs of Amazon Connect routing profiles as values of this parameter.
- Parameters:
values
- The list of values that define different groups of Amazon Q in Connect users.-
When setting
criteria
toRoutingProfileArn
, you need to provide a list of ARNs of Amazon Connect routing profiles as values of this parameter.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-