public static interface CreateRoutingProfileRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateRoutingProfileRequest.Builder,CreateRoutingProfileRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRoutingProfileRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.CreateRoutingProfileRequest.Builder name(String name)
The name of the routing profile. Must not be more than 127 characters.
name - The name of the routing profile. Must not be more than 127 characters.CreateRoutingProfileRequest.Builder description(String description)
Description of the routing profile. Must not be more than 250 characters.
description - Description of the routing profile. Must not be more than 250 characters.CreateRoutingProfileRequest.Builder defaultOutboundQueueId(String defaultOutboundQueueId)
The default outbound queue for the routing profile.
defaultOutboundQueueId - The default outbound queue for the routing profile.CreateRoutingProfileRequest.Builder queueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The inbound queues associated with the routing profile. If no queue is added, the agent can only make outbound calls.
queueConfigs - The inbound queues associated with the routing profile. If no queue is added, the agent can only make
outbound calls.CreateRoutingProfileRequest.Builder queueConfigs(RoutingProfileQueueConfig... queueConfigs)
The inbound queues associated with the routing profile. If no queue is added, the agent can only make outbound calls.
queueConfigs - The inbound queues associated with the routing profile. If no queue is added, the agent can only make
outbound calls.CreateRoutingProfileRequest.Builder queueConfigs(Consumer<RoutingProfileQueueConfig.Builder>... queueConfigs)
The inbound queues associated with the routing profile. If no queue is added, the agent can only make outbound calls.
This is a convenience 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 #queueConfigs(List) .queueConfigs - a consumer that will call methods on List.Builder #queueConfigs(List) CreateRoutingProfileRequest.Builder mediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
mediaConcurrencies - The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.CreateRoutingProfileRequest.Builder mediaConcurrencies(MediaConcurrency... mediaConcurrencies)
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
mediaConcurrencies - The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.CreateRoutingProfileRequest.Builder mediaConcurrencies(Consumer<MediaConcurrency.Builder>... mediaConcurrencies)
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
This is a convenience 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) CreateRoutingProfileRequest.Builder tags(Map<String,String> tags)
One or more tags.
tags - One or more tags.CreateRoutingProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateRoutingProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.