public static interface MediaConcurrency.Builder extends SdkPojo, CopyableBuilder<MediaConcurrency.Builder,MediaConcurrency>
Modifier and Type | Method and Description |
---|---|
MediaConcurrency.Builder |
channel(Channel channel)
The channels that agents can handle in the Contact Control Panel (CCP).
|
MediaConcurrency.Builder |
channel(String channel)
The channels that agents can handle in the Contact Control Panel (CCP).
|
MediaConcurrency.Builder |
concurrency(Integer concurrency)
The number of contacts an agent can have on a channel simultaneously.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
MediaConcurrency.Builder channel(String channel)
The channels that agents can handle in the Contact Control Panel (CCP).
MediaConcurrency.Builder channel(Channel channel)
The channels that agents can handle in the Contact Control Panel (CCP).
MediaConcurrency.Builder concurrency(Integer concurrency)
The number of contacts an agent can have on a channel simultaneously.
concurrency
- The number of contacts an agent can have on a channel simultaneously.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.