public static final class CfnContactFlow.Builder
extends java.lang.Object
CfnContactFlow
.Modifier and Type | Method and Description |
---|---|
CfnContactFlow |
build() |
CfnContactFlow.Builder |
content(java.lang.String content)
The content of the flow.
|
static CfnContactFlow.Builder |
create(Construct scope,
java.lang.String id) |
CfnContactFlow.Builder |
description(java.lang.String description)
The description of the flow.
|
CfnContactFlow.Builder |
instanceArn(java.lang.String instanceArn)
The Amazon Resource Name (ARN) of the Amazon Connect instance.
|
CfnContactFlow.Builder |
name(java.lang.String name)
The name of the flow.
|
CfnContactFlow.Builder |
state(java.lang.String state)
The state of the flow.
|
CfnContactFlow.Builder |
tags(java.util.List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
CfnContactFlow.Builder |
type(java.lang.String type)
The type of the flow.
|
public static CfnContactFlow.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.CfnContactFlow.Builder
.public CfnContactFlow.Builder content(java.lang.String content)
For more information, see Amazon Connect Flow language in the Amazon Connect Administrator Guide .
content
- The content of the flow. This parameter is required.this
public CfnContactFlow.Builder instanceArn(java.lang.String instanceArn)
instanceArn
- The Amazon Resource Name (ARN) of the Amazon Connect instance. This parameter is required.this
public CfnContactFlow.Builder name(java.lang.String name)
name
- The name of the flow. This parameter is required.this
public CfnContactFlow.Builder type(java.lang.String type)
For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide .
type
- The type of the flow. This parameter is required.this
public CfnContactFlow.Builder description(java.lang.String description)
description
- The description of the flow. This parameter is required.this
public CfnContactFlow.Builder state(java.lang.String state)
state
- The state of the flow. This parameter is required.this
public CfnContactFlow.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 CfnContactFlow build()