Class CfnContactFlowModuleMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnContactFlowModuleMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnContactFlowModuleMixinProps>
- Enclosing interface:
CfnContactFlowModuleMixinProps
@Stability(Stable)
public static final class CfnContactFlowModuleMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnContactFlowModuleMixinProps>
A builder for
CfnContactFlowModuleMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnContactFlowModuleMixinProps.getContent()description(String description) Sets the value ofCfnContactFlowModuleMixinProps.getDescription()externalInvocationConfiguration(CfnContactFlowModulePropsMixin.ExternalInvocationConfigurationProperty externalInvocationConfiguration) Sets the value ofCfnContactFlowModuleMixinProps.getExternalInvocationConfiguration()externalInvocationConfiguration(IResolvable externalInvocationConfiguration) Sets the value ofCfnContactFlowModuleMixinProps.getExternalInvocationConfiguration()instanceArn(String instanceArn) Sets the value ofCfnContactFlowModuleMixinProps.getInstanceArn()instanceArn(IInstanceRef instanceArn) Sets the value ofCfnContactFlowModuleMixinProps.getInstanceArn()Sets the value ofCfnContactFlowModuleMixinProps.getName()Sets the value ofCfnContactFlowModuleMixinProps.getSettings()Sets the value ofCfnContactFlowModuleMixinProps.getState()Sets the value ofCfnContactFlowModuleMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
content
Sets the value ofCfnContactFlowModuleMixinProps.getContent()- Parameters:
content- The content of the flow module.- Returns:
this
-
description
Sets the value ofCfnContactFlowModuleMixinProps.getDescription()- Parameters:
description- The description of the flow module.- Returns:
this
-
externalInvocationConfiguration
@Stability(Stable) public CfnContactFlowModuleMixinProps.Builder externalInvocationConfiguration(IResolvable externalInvocationConfiguration) Sets the value ofCfnContactFlowModuleMixinProps.getExternalInvocationConfiguration()- Parameters:
externalInvocationConfiguration- The external invocation configuration for the flow module.- Returns:
this
-
externalInvocationConfiguration
@Stability(Stable) public CfnContactFlowModuleMixinProps.Builder externalInvocationConfiguration(CfnContactFlowModulePropsMixin.ExternalInvocationConfigurationProperty externalInvocationConfiguration) Sets the value ofCfnContactFlowModuleMixinProps.getExternalInvocationConfiguration()- Parameters:
externalInvocationConfiguration- The external invocation configuration for the flow module.- Returns:
this
-
instanceArn
Sets the value ofCfnContactFlowModuleMixinProps.getInstanceArn()- Parameters:
instanceArn- The Amazon Resource Name (ARN) of the Amazon Connect instance.- Returns:
this
-
instanceArn
@Stability(Stable) public CfnContactFlowModuleMixinProps.Builder instanceArn(IInstanceRef instanceArn) Sets the value ofCfnContactFlowModuleMixinProps.getInstanceArn()- Parameters:
instanceArn- The Amazon Resource Name (ARN) of the Amazon Connect instance.- Returns:
this
-
name
Sets the value ofCfnContactFlowModuleMixinProps.getName()- Parameters:
name- The name of the flow module.- Returns:
this
-
settings
Sets the value ofCfnContactFlowModuleMixinProps.getSettings()- Parameters:
settings- The configuration settings for the flow module.- Returns:
this
-
state
Sets the value ofCfnContactFlowModuleMixinProps.getState()- Parameters:
state- The state of the flow module.- Returns:
this
-
tags
Sets the value ofCfnContactFlowModuleMixinProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource. For more information, see Tag .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnContactFlowModuleMixinProps>- Returns:
- a new instance of
CfnContactFlowModuleMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-