Class CfnChannelFlowMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.chime.CfnChannelFlowMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelFlowMixinProps>
- Enclosing interface:
CfnChannelFlowMixinProps
@Stability(Stable)
public static final class CfnChannelFlowMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelFlowMixinProps>
A builder for
CfnChannelFlowMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappInstanceArn(String appInstanceArn) Sets the value ofCfnChannelFlowMixinProps.getAppInstanceArn()build()Builds the configured instance.Sets the value ofCfnChannelFlowMixinProps.getName()processors(List<? extends Object> processors) Sets the value ofCfnChannelFlowMixinProps.getProcessors()processors(IResolvable processors) Sets the value ofCfnChannelFlowMixinProps.getProcessors()Sets the value ofCfnChannelFlowMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
appInstanceArn
Sets the value ofCfnChannelFlowMixinProps.getAppInstanceArn()- Parameters:
appInstanceArn- The ARN of the app instance.- Returns:
this
-
name
Sets the value ofCfnChannelFlowMixinProps.getName()- Parameters:
name- The name of the channel flow.- Returns:
this
-
processors
Sets the value ofCfnChannelFlowMixinProps.getProcessors()- Parameters:
processors- Information about the processor Lambda functions.- Returns:
this
-
processors
@Stability(Stable) public CfnChannelFlowMixinProps.Builder processors(List<? extends Object> processors) Sets the value ofCfnChannelFlowMixinProps.getProcessors()- Parameters:
processors- Information about the processor Lambda functions.- Returns:
this
-
tags
Sets the value ofCfnChannelFlowMixinProps.getTags()- Parameters:
tags- The tags for the channel flow.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelFlowMixinProps>- Returns:
- a new instance of
CfnChannelFlowMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-