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