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