#[non_exhaustive]pub struct RoutingProfileQueueConfigBuilder { /* private fields */ }Expand description
A builder for RoutingProfileQueueConfig.
Implementations§
source§impl RoutingProfileQueueConfigBuilder
 
impl RoutingProfileQueueConfigBuilder
sourcepub fn queue_reference(self, input: RoutingProfileQueueReference) -> Self
 
pub fn queue_reference(self, input: RoutingProfileQueueReference) -> Self
Contains information about a queue resource.
sourcepub fn set_queue_reference(
    self,
    input: Option<RoutingProfileQueueReference>
) -> Self
 
pub fn set_queue_reference( self, input: Option<RoutingProfileQueueReference> ) -> Self
Contains information about a queue resource.
sourcepub fn priority(self, input: i32) -> Self
 
pub fn priority(self, input: i32) -> Self
The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
sourcepub fn set_priority(self, input: Option<i32>) -> Self
 
pub fn set_priority(self, input: Option<i32>) -> Self
The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
sourcepub fn delay(self, input: i32) -> Self
 
pub fn delay(self, input: i32) -> Self
The delay, in seconds, a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide.
sourcepub fn set_delay(self, input: Option<i32>) -> Self
 
pub fn set_delay(self, input: Option<i32>) -> Self
The delay, in seconds, a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide.
sourcepub fn build(self) -> RoutingProfileQueueConfig
 
pub fn build(self) -> RoutingProfileQueueConfig
Consumes the builder and constructs a RoutingProfileQueueConfig.
Trait Implementations§
source§impl Clone for RoutingProfileQueueConfigBuilder
 
impl Clone for RoutingProfileQueueConfigBuilder
source§fn clone(&self) -> RoutingProfileQueueConfigBuilder
 
fn clone(&self) -> RoutingProfileQueueConfigBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for RoutingProfileQueueConfigBuilder
 
impl Default for RoutingProfileQueueConfigBuilder
source§fn default() -> RoutingProfileQueueConfigBuilder
 
fn default() -> RoutingProfileQueueConfigBuilder
source§impl PartialEq<RoutingProfileQueueConfigBuilder> for RoutingProfileQueueConfigBuilder
 
impl PartialEq<RoutingProfileQueueConfigBuilder> for RoutingProfileQueueConfigBuilder
source§fn eq(&self, other: &RoutingProfileQueueConfigBuilder) -> bool
 
fn eq(&self, other: &RoutingProfileQueueConfigBuilder) -> bool
self and other values to be equal, and is used
by ==.