Interface QueueQuickConnectConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QueueQuickConnectConfig.Builder,
,QueueQuickConnectConfig> SdkBuilder<QueueQuickConnectConfig.Builder,
,QueueQuickConnectConfig> SdkPojo
- Enclosing class:
QueueQuickConnectConfig
public static interface QueueQuickConnectConfig.Builder
extends SdkPojo, CopyableBuilder<QueueQuickConnectConfig.Builder,QueueQuickConnectConfig>
-
Method Summary
Modifier and TypeMethodDescriptioncontactFlowId
(String contactFlowId) The identifier of the flow.The identifier for the queue.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 Details
-
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.
-
contactFlowId
The identifier of the flow.
- Parameters:
contactFlowId
- The identifier of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-