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 theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #mediaConcurrencies(List) .mediaConcurrencies - a consumer that will call methods on List.Builder #mediaConcurrencies(List) UpdateRoutingProfileConcurrencyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRoutingProfileConcurrencyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.