public static interface UpdateRoutingProfileConcurrencyRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateRoutingProfileConcurrencyRequest.Builder,UpdateRoutingProfileConcurrencyRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRoutingProfileConcurrencyRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.UpdateRoutingProfileConcurrencyRequest.Builder routingProfileId(String routingProfileId)
The identifier of the routing profile.
routingProfileId - The identifier of the routing profile.UpdateRoutingProfileConcurrencyRequest.Builder mediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP).
mediaConcurrencies - The channels that agents can handle in the Contact Control Panel (CCP).UpdateRoutingProfileConcurrencyRequest.Builder mediaConcurrencies(MediaConcurrency... mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP).
mediaConcurrencies - The channels that agents can handle in the Contact Control Panel (CCP).UpdateRoutingProfileConcurrencyRequest.Builder mediaConcurrencies(Consumer<MediaConcurrency.Builder>... mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP).
This is a convenience method that creates an instance of theMediaConcurrency.Builder avoiding the need to create
one manually via MediaConcurrency.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #mediaConcurrencies(List.
mediaConcurrencies - a consumer that will call methods on
MediaConcurrency.Builder#mediaConcurrencies(java.util.Collection) UpdateRoutingProfileConcurrencyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRoutingProfileConcurrencyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.