Interface DisassociateRoutingProfileQueuesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<DisassociateRoutingProfileQueuesRequest.Builder,DisassociateRoutingProfileQueuesRequest>,SdkBuilder<DisassociateRoutingProfileQueuesRequest.Builder,DisassociateRoutingProfileQueuesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateRoutingProfileQueuesRequest
public static interface DisassociateRoutingProfileQueuesRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<DisassociateRoutingProfileQueuesRequest.Builder,DisassociateRoutingProfileQueuesRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
instanceId
DisassociateRoutingProfileQueuesRequest.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.
- Parameters:
instanceId- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingProfileId
DisassociateRoutingProfileQueuesRequest.Builder routingProfileId(String routingProfileId)
The identifier of the routing profile.
- Parameters:
routingProfileId- The identifier of the routing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueReferences
DisassociateRoutingProfileQueuesRequest.Builder queueReferences(Collection<RoutingProfileQueueReference> queueReferences)
The queues to disassociate from this routing profile.
- Parameters:
queueReferences- The queues to disassociate from this routing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueReferences
DisassociateRoutingProfileQueuesRequest.Builder queueReferences(RoutingProfileQueueReference... queueReferences)
The queues to disassociate from this routing profile.
- Parameters:
queueReferences- The queues to disassociate from this routing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueReferences
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.Builderavoiding the need to create one manually viaRoutingProfileQueueReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#queueReferences(List.) - Parameters:
queueReferences- a consumer that will call methods onRoutingProfileQueueReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#queueReferences(java.util.Collection)
-
overrideConfiguration
DisassociateRoutingProfileQueuesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateRoutingProfileQueuesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-