public static final class CfnContactFlowModule.Builder
extends java.lang.Object
CfnContactFlowModule
.Modifier and Type | Method and Description |
---|---|
CfnContactFlowModule |
build() |
CfnContactFlowModule.Builder |
content(java.lang.String content)
The content of the flow module.
|
static CfnContactFlowModule.Builder |
create(Construct scope,
java.lang.String id) |
CfnContactFlowModule.Builder |
description(java.lang.String description)
The description of the flow module.
|
CfnContactFlowModule.Builder |
instanceArn(java.lang.String instanceArn)
The Amazon Resource Name (ARN) of the Amazon Connect instance.
|
CfnContactFlowModule.Builder |
name(java.lang.String name)
The name of the flow module.
|
CfnContactFlowModule.Builder |
state(java.lang.String state)
The state of the flow module.
|
CfnContactFlowModule.Builder |
tags(java.util.List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
public static CfnContactFlowModule.Builder create(Construct scope, java.lang.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
.public CfnContactFlowModule.Builder content(java.lang.String content)
content
- The content of the flow module. This parameter is required.this
public CfnContactFlowModule.Builder instanceArn(java.lang.String instanceArn)
instanceArn
- The Amazon Resource Name (ARN) of the Amazon Connect instance. This parameter is required.this
public CfnContactFlowModule.Builder name(java.lang.String name)
name
- The name of the flow module. This parameter is required.this
public CfnContactFlowModule.Builder description(java.lang.String description)
description
- The description of the flow module. This parameter is required.this
public CfnContactFlowModule.Builder state(java.lang.String state)
state
- The state of the flow module. This parameter is required.this
public CfnContactFlowModule.Builder tags(java.util.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
public CfnContactFlowModule build()