Class CfnChannelFlowPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.chime.CfnChannelFlowPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelFlowPropsMixin>
- Enclosing class:
CfnChannelFlowPropsMixin
@Stability(Stable)
public static final class CfnChannelFlowPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelFlowPropsMixin>
A fluent builder for
CfnChannelFlowPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionappInstanceArn(String appInstanceArn) The ARN of the app instance.build()create()create(CfnPropertyMixinOptions options) The 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 CfnChannelFlowPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnChannelFlowPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnChannelFlowPropsMixin.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
@Stability(Stable) public CfnChannelFlowPropsMixin.Builder processors(List<? extends Object> 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<CfnChannelFlowPropsMixin>- Returns:
- a newly built instance of
CfnChannelFlowPropsMixin.
-