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.
instanceId - The identifier of the Amazon Connect 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 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) AssociateRoutingProfileQueuesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateRoutingProfileQueuesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.