Struct aws_sdk_connect::model::quick_connect_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for QuickConnectConfig
Implementations
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
The user configuration. This is required only if QuickConnectType is USER.
The user configuration. This is required only if QuickConnectType is USER.
The queue configuration. This is required only if QuickConnectType is QUEUE.
The queue configuration. This is required only if QuickConnectType is QUEUE.
The phone configuration. This is required only if QuickConnectType is PHONE_NUMBER.
The phone configuration. This is required only if QuickConnectType is PHONE_NUMBER.
Consumes the builder and constructs a QuickConnectConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more