#[non_exhaustive]pub struct GroupingConfigurationBuilder { /* private fields */ }Expand description
A builder for GroupingConfiguration.
Implementations§
source§impl GroupingConfigurationBuilder
impl GroupingConfigurationBuilder
sourcepub fn criteria(self, input: impl Into<String>) -> Self
pub fn criteria(self, input: impl Into<String>) -> Self
The criteria used for grouping Amazon Q 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.
sourcepub fn set_criteria(self, input: Option<String>) -> Self
pub fn set_criteria(self, input: Option<String>) -> Self
The criteria used for grouping Amazon Q 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.
sourcepub fn get_criteria(&self) -> &Option<String>
pub fn get_criteria(&self) -> &Option<String>
The criteria used for grouping Amazon Q 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.
sourcepub fn values(self, input: impl Into<String>) -> Self
pub fn values(self, input: impl Into<String>) -> Self
Appends an item to values.
To override the contents of this collection use set_values.
The list of values that define different groups of Amazon Q users.
-
When setting
criteriatoRoutingProfileArn, you need to provide a list of ARNs of Amazon Connect routing profiles as values of this parameter.
sourcepub fn set_values(self, input: Option<Vec<String>>) -> Self
pub fn set_values(self, input: Option<Vec<String>>) -> Self
The list of values that define different groups of Amazon Q users.
-
When setting
criteriatoRoutingProfileArn, you need to provide a list of ARNs of Amazon Connect routing profiles as values of this parameter.
sourcepub fn get_values(&self) -> &Option<Vec<String>>
pub fn get_values(&self) -> &Option<Vec<String>>
The list of values that define different groups of Amazon Q users.
-
When setting
criteriatoRoutingProfileArn, you need to provide a list of ARNs of Amazon Connect routing profiles as values of this parameter.
sourcepub fn build(self) -> GroupingConfiguration
pub fn build(self) -> GroupingConfiguration
Consumes the builder and constructs a GroupingConfiguration.
Trait Implementations§
source§impl Clone for GroupingConfigurationBuilder
impl Clone for GroupingConfigurationBuilder
source§fn clone(&self) -> GroupingConfigurationBuilder
fn clone(&self) -> GroupingConfigurationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GroupingConfigurationBuilder
impl Debug for GroupingConfigurationBuilder
source§impl Default for GroupingConfigurationBuilder
impl Default for GroupingConfigurationBuilder
source§fn default() -> GroupingConfigurationBuilder
fn default() -> GroupingConfigurationBuilder
source§impl PartialEq for GroupingConfigurationBuilder
impl PartialEq for GroupingConfigurationBuilder
source§fn eq(&self, other: &GroupingConfigurationBuilder) -> bool
fn eq(&self, other: &GroupingConfigurationBuilder) -> bool
self and other values to be equal, and is used
by ==.