public static interface DisassociateRoutingProfileQueuesRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<DisassociateRoutingProfileQueuesRequest.Builder,DisassociateRoutingProfileQueuesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateRoutingProfileQueuesRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.DisassociateRoutingProfileQueuesRequest.Builder routingProfileId(String routingProfileId)
The identifier of the routing profile.
routingProfileId - The identifier of the routing profile.DisassociateRoutingProfileQueuesRequest.Builder queueReferences(Collection<RoutingProfileQueueReference> queueReferences)
The queues to disassociate from this routing profile.
queueReferences - The queues to disassociate from this routing profile.DisassociateRoutingProfileQueuesRequest.Builder queueReferences(RoutingProfileQueueReference... queueReferences)
The queues to disassociate from this routing profile.
queueReferences - The queues to disassociate from this routing profile.DisassociateRoutingProfileQueuesRequest.Builder queueReferences(Consumer<RoutingProfileQueueReference.Builder>... queueReferences)
The queues to disassociate from this routing profile.
This is a convenience method that creates an instance of theRoutingProfileQueueReference.Builder avoiding the need
to create one manually via
RoutingProfileQueueReference.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #queueReferences(List.
queueReferences - a consumer that will call methods on
RoutingProfileQueueReference.Builder#queueReferences(java.util.Collection) DisassociateRoutingProfileQueuesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateRoutingProfileQueuesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.