@Stability(value=Stable) public static final class CfnContactFlowModule.Builder extends Object implements software.amazon.jsii.Builder<CfnContactFlowModule>
CfnContactFlowModule.| Modifier and Type | Method and Description |
|---|---|
CfnContactFlowModule |
build() |
CfnContactFlowModule.Builder |
content(String content)
The content of the contact flow module.
|
static CfnContactFlowModule.Builder |
create(software.constructs.Construct scope,
String id) |
CfnContactFlowModule.Builder |
description(String description)
The description of the contact flow module.
|
CfnContactFlowModule.Builder |
instanceArn(String instanceArn)
The Amazon Resource Name (ARN) of the Amazon Connect instance.
|
CfnContactFlowModule.Builder |
name(String name)
The name of the contact flow module.
|
CfnContactFlowModule.Builder |
state(String state)
The state of the contact flow module.
|
CfnContactFlowModule.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnContactFlowModule.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnContactFlowModule.Builder.@Stability(value=Stable) public CfnContactFlowModule.Builder content(String content)
content - The content of the contact flow module. This parameter is required.this@Stability(value=Stable) public CfnContactFlowModule.Builder instanceArn(String instanceArn)
instanceArn - The Amazon Resource Name (ARN) of the Amazon Connect instance. This parameter is required.this@Stability(value=Stable) public CfnContactFlowModule.Builder name(String name)
name - The name of the contact flow module. This parameter is required.this@Stability(value=Stable) public CfnContactFlowModule.Builder description(String description)
description - The description of the contact flow module. This parameter is required.this@Stability(value=Stable) public CfnContactFlowModule.Builder state(String state)
state - The state of the contact flow module. This parameter is required.this@Stability(value=Stable) public CfnContactFlowModule.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnContactFlowModule build()
build in interface software.amazon.jsii.Builder<CfnContactFlowModule>Copyright © 2022. All rights reserved.