@Stability(value=Stable) public static final class CfnContactFlowProps.Builder extends Object implements software.amazon.jsii.Builder<CfnContactFlowProps>
CfnContactFlowProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnContactFlowProps |
build()
Builds the configured instance.
|
CfnContactFlowProps.Builder |
content(String content)
Sets the value of
CfnContactFlowProps.getContent() |
CfnContactFlowProps.Builder |
description(String description)
Sets the value of
CfnContactFlowProps.getDescription() |
CfnContactFlowProps.Builder |
instanceArn(String instanceArn)
Sets the value of
CfnContactFlowProps.getInstanceArn() |
CfnContactFlowProps.Builder |
name(String name)
Sets the value of
CfnContactFlowProps.getName() |
CfnContactFlowProps.Builder |
state(String state)
Sets the value of
CfnContactFlowProps.getState() |
CfnContactFlowProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnContactFlowProps.getTags() |
CfnContactFlowProps.Builder |
type(String type)
Sets the value of
CfnContactFlowProps.getType() |
@Stability(value=Stable) public CfnContactFlowProps.Builder content(String content)
CfnContactFlowProps.getContent()content - The content of the contact flow. This parameter is required.this@Stability(value=Stable) public CfnContactFlowProps.Builder instanceArn(String instanceArn)
CfnContactFlowProps.getInstanceArn()instanceArn - The Amazon Resource Name (ARN) of the Amazon Connect instance. This parameter is required.this@Stability(value=Stable) public CfnContactFlowProps.Builder name(String name)
CfnContactFlowProps.getName()name - The name of the contact flow. This parameter is required.this@Stability(value=Stable) public CfnContactFlowProps.Builder type(String type)
CfnContactFlowProps.getType()type - The type of the contact flow. This parameter is required.
For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide .this@Stability(value=Stable) public CfnContactFlowProps.Builder description(String description)
CfnContactFlowProps.getDescription()description - The description of the contact flow.this@Stability(value=Stable) public CfnContactFlowProps.Builder state(String state)
CfnContactFlowProps.getState()state - The state of the contact flow.this@Stability(value=Stable) public CfnContactFlowProps.Builder tags(List<? extends CfnTag> tags)
CfnContactFlowProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnContactFlowProps build()
build in interface software.amazon.jsii.Builder<CfnContactFlowProps>CfnContactFlowPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.