Class CfnChannelFlow.Builder
java.lang.Object
software.amazon.awscdk.services.chime.CfnChannelFlow.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelFlow>
- Enclosing class:
CfnChannelFlow
@Stability(Stable)
public static final class CfnChannelFlow.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelFlow>
A fluent builder for
CfnChannelFlow.-
Method Summary
Modifier and TypeMethodDescriptionappInstanceArn(String appInstanceArn) The ARN of the app instance.build()static CfnChannelFlow.BuilderThe name of the channel flow.processors(List<? extends Object> processors) Information about the processor Lambda functions.processors(IResolvable processors) Information about the processor Lambda functions.The tags for the channel flow.
-
Method Details
-
create
@Stability(Stable) public static CfnChannelFlow.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnChannelFlow.Builder.
-
appInstanceArn
The ARN of the app instance.- Parameters:
appInstanceArn- The ARN of the app instance. This parameter is required.- Returns:
this- See Also:
-
name
The name of the channel flow.- Parameters:
name- The name of the channel flow. This parameter is required.- Returns:
this- See Also:
-
processors
Information about the processor Lambda functions.- Parameters:
processors- Information about the processor Lambda functions. This parameter is required.- Returns:
this- See Also:
-
processors
Information about the processor Lambda functions.- Parameters:
processors- Information about the processor Lambda functions. This parameter is required.- Returns:
this- See Also:
-
tags
The tags for the channel flow.- Parameters:
tags- The tags for the channel flow. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelFlow>- Returns:
- a newly built instance of
CfnChannelFlow.
-