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.
instanceId - The identifier of the Amazon Connect 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 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 #queueReferences(List) .queueReferences - a consumer that will call methods on List.Builder #queueReferences(List) DisassociateRoutingProfileQueuesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateRoutingProfileQueuesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.