Class CfnQuickConnectMixinProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.connect.mixins.CfnQuickConnectMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnQuickConnectMixinProps>
- Enclosing interface:
CfnQuickConnectMixinProps
@Stability(Stable)
public static final class CfnQuickConnectMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnQuickConnectMixinProps>
A builder for
CfnQuickConnectMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnQuickConnectMixinProps.getDescription()instanceArn(String instanceArn) Sets the value ofCfnQuickConnectMixinProps.getInstanceArn()Sets the value ofCfnQuickConnectMixinProps.getName()quickConnectConfig(IResolvable quickConnectConfig) Sets the value ofCfnQuickConnectMixinProps.getQuickConnectConfig()quickConnectConfig(CfnQuickConnectPropsMixin.QuickConnectConfigProperty quickConnectConfig) Sets the value ofCfnQuickConnectMixinProps.getQuickConnectConfig()Sets the value ofCfnQuickConnectMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnQuickConnectMixinProps.getDescription()- Parameters:
description- The description of the quick connect.- Returns:
this
-
instanceArn
Sets the value ofCfnQuickConnectMixinProps.getInstanceArn()- Parameters:
instanceArn- The Amazon Resource Name (ARN) of the instance.- Returns:
this
-
name
Sets the value ofCfnQuickConnectMixinProps.getName()- Parameters:
name- The name of the quick connect.- Returns:
this
-
quickConnectConfig
@Stability(Stable) public CfnQuickConnectMixinProps.Builder quickConnectConfig(IResolvable quickConnectConfig) Sets the value ofCfnQuickConnectMixinProps.getQuickConnectConfig()- Parameters:
quickConnectConfig- Contains information about the quick connect.- Returns:
this
-
quickConnectConfig
@Stability(Stable) public CfnQuickConnectMixinProps.Builder quickConnectConfig(CfnQuickConnectPropsMixin.QuickConnectConfigProperty quickConnectConfig) Sets the value ofCfnQuickConnectMixinProps.getQuickConnectConfig()- Parameters:
quickConnectConfig- Contains information about the quick connect.- Returns:
this
-
tags
Sets the value ofCfnQuickConnectMixinProps.getTags()- Parameters:
tags- The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnQuickConnectMixinProps>- Returns:
- a new instance of
CfnQuickConnectMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-