public static interface UpdateRoutingProfileQueuesRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateRoutingProfileQueuesRequest.Builder,UpdateRoutingProfileQueuesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRoutingProfileQueuesRequest.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.UpdateRoutingProfileQueuesRequest.Builder routingProfileId(String routingProfileId)
The identifier of the routing profile.
routingProfileId - The identifier of the routing profile.UpdateRoutingProfileQueuesRequest.Builder queueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The queues to be updated for this routing profile. Queues must first be associated to the routing profile. You can do this using AssociateRoutingProfileQueues.
queueConfigs - The queues to be updated for this routing profile. Queues must first be associated to the routing
profile. You can do this using AssociateRoutingProfileQueues.UpdateRoutingProfileQueuesRequest.Builder queueConfigs(RoutingProfileQueueConfig... queueConfigs)
The queues to be updated for this routing profile. Queues must first be associated to the routing profile. You can do this using AssociateRoutingProfileQueues.
queueConfigs - The queues to be updated for this routing profile. Queues must first be associated to the routing
profile. You can do this using AssociateRoutingProfileQueues.UpdateRoutingProfileQueuesRequest.Builder queueConfigs(Consumer<RoutingProfileQueueConfig.Builder>... queueConfigs)
The queues to be updated for this routing profile. Queues must first be associated to the routing profile. You can do this using AssociateRoutingProfileQueues.
This is a convenience method that creates an instance of theRoutingProfileQueueConfig.Builder avoiding the need to
create one manually via
RoutingProfileQueueConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #queueConfigs(List.
queueConfigs - a consumer that will call methods on
RoutingProfileQueueConfig.Builder#queueConfigs(java.util.Collection) UpdateRoutingProfileQueuesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRoutingProfileQueuesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.