Interface AssociateQueueQuickConnectsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ConnectRequest.Builder
,CopyableBuilder<AssociateQueueQuickConnectsRequest.Builder,AssociateQueueQuickConnectsRequest>
,SdkBuilder<AssociateQueueQuickConnectsRequest.Builder,AssociateQueueQuickConnectsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- AssociateQueueQuickConnectsRequest
public static interface AssociateQueueQuickConnectsRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<AssociateQueueQuickConnectsRequest.Builder,AssociateQueueQuickConnectsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateQueueQuickConnectsRequest.Builder
instanceId(String instanceId)
The identifier of the Amazon Connect instance.AssociateQueueQuickConnectsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AssociateQueueQuickConnectsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AssociateQueueQuickConnectsRequest.Builder
queueId(String queueId)
The identifier for the queue.AssociateQueueQuickConnectsRequest.Builder
quickConnectIds(String... quickConnectIds)
The quick connects to associate with this queue.AssociateQueueQuickConnectsRequest.Builder
quickConnectIds(Collection<String> quickConnectIds)
The quick connects to associate with this queue.-
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
AssociateQueueQuickConnectsRequest.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.
-
queueId
AssociateQueueQuickConnectsRequest.Builder queueId(String queueId)
The identifier for the queue.
- Parameters:
queueId
- The identifier for the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quickConnectIds
AssociateQueueQuickConnectsRequest.Builder quickConnectIds(Collection<String> quickConnectIds)
The quick connects to associate with this queue.
- Parameters:
quickConnectIds
- The quick connects to associate with this queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quickConnectIds
AssociateQueueQuickConnectsRequest.Builder quickConnectIds(String... quickConnectIds)
The quick connects to associate with this queue.
- Parameters:
quickConnectIds
- The quick connects to associate with this queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateQueueQuickConnectsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateQueueQuickConnectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-