public static interface AssociateRoutingProfileQueuesRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<AssociateRoutingProfileQueuesRequest.Builder,AssociateRoutingProfileQueuesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateRoutingProfileQueuesRequest.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.AssociateRoutingProfileQueuesRequest.Builder routingProfileId(String routingProfileId)
The identifier of the routing profile.
routingProfileId - The identifier of the routing profile.AssociateRoutingProfileQueuesRequest.Builder queueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The queues to associate with this routing profile.
queueConfigs - The queues to associate with this routing profile.AssociateRoutingProfileQueuesRequest.Builder queueConfigs(RoutingProfileQueueConfig... queueConfigs)
The queues to associate with this routing profile.
queueConfigs - The queues to associate with this routing profile.AssociateRoutingProfileQueuesRequest.Builder queueConfigs(Consumer<RoutingProfileQueueConfig.Builder>... queueConfigs)
The queues to associate with this routing profile.
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) AssociateRoutingProfileQueuesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateRoutingProfileQueuesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.