@Stability(value=Stable) public static final class CfnContactFlow.Builder extends Object implements software.amazon.jsii.Builder<CfnContactFlow>
CfnContactFlow.| Modifier and Type | Method and Description |
|---|---|
CfnContactFlow |
build() |
CfnContactFlow.Builder |
content(String content)
The content of the contact flow.
|
static CfnContactFlow.Builder |
create(software.constructs.Construct scope,
String id) |
CfnContactFlow.Builder |
description(String description)
The description of the contact flow.
|
CfnContactFlow.Builder |
instanceArn(String instanceArn)
The Amazon Resource Name (ARN) of the Amazon Connect instance.
|
CfnContactFlow.Builder |
name(String name)
The name of the contact flow.
|
CfnContactFlow.Builder |
state(String state)
The state of the contact flow.
|
CfnContactFlow.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
CfnContactFlow.Builder |
type(String type)
The type of the contact flow.
|
@Stability(value=Stable) public static CfnContactFlow.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.CfnContactFlow.Builder.@Stability(value=Stable) public CfnContactFlow.Builder content(String content)
content - The content of the contact flow. This parameter is required.this@Stability(value=Stable) public CfnContactFlow.Builder instanceArn(String instanceArn)
instanceArn - The Amazon Resource Name (ARN) of the Amazon Connect instance. This parameter is required.this@Stability(value=Stable) public CfnContactFlow.Builder name(String name)
name - The name of the contact flow. This parameter is required.this@Stability(value=Stable) public CfnContactFlow.Builder type(String type)
For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide .
type - The type of the contact flow. This parameter is required.this@Stability(value=Stable) public CfnContactFlow.Builder description(String description)
description - The description of the contact flow. This parameter is required.this@Stability(value=Stable) public CfnContactFlow.Builder state(String state)
state - The state of the contact flow. This parameter is required.this@Stability(value=Stable) public CfnContactFlow.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 CfnContactFlow build()
build in interface software.amazon.jsii.Builder<CfnContactFlow>Copyright © 2022. All rights reserved.