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