Class CfnQuickConnect.QueueQuickConnectConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnQuickConnect.QueueQuickConnectConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnQuickConnect.QueueQuickConnectConfigProperty>
- Enclosing interface:
CfnQuickConnect.QueueQuickConnectConfigProperty
@Stability(Stable)
public static final class CfnQuickConnect.QueueQuickConnectConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnQuickConnect.QueueQuickConnectConfigProperty>
A builder for
CfnQuickConnect.QueueQuickConnectConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.contactFlowArn(String contactFlowArn) Sets the value ofCfnQuickConnect.QueueQuickConnectConfigProperty.getContactFlowArn()Sets the value ofCfnQuickConnect.QueueQuickConnectConfigProperty.getQueueArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
contactFlowArn
@Stability(Stable) public CfnQuickConnect.QueueQuickConnectConfigProperty.Builder contactFlowArn(String contactFlowArn) Sets the value ofCfnQuickConnect.QueueQuickConnectConfigProperty.getContactFlowArn()- Parameters:
contactFlowArn- The Amazon Resource Name (ARN) of the flow. This parameter is required.- Returns:
this
-
queueArn
@Stability(Stable) public CfnQuickConnect.QueueQuickConnectConfigProperty.Builder queueArn(String queueArn) Sets the value ofCfnQuickConnect.QueueQuickConnectConfigProperty.getQueueArn()- Parameters:
queueArn- The Amazon Resource Name (ARN) of the queue. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnQuickConnect.QueueQuickConnectConfigProperty>- Returns:
- a new instance of
CfnQuickConnect.QueueQuickConnectConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-