Class CfnChannelFlowPropsMixin.LambdaConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.chime.CfnChannelFlowPropsMixin.LambdaConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelFlowPropsMixin.LambdaConfigurationProperty>
- Enclosing interface:
CfnChannelFlowPropsMixin.LambdaConfigurationProperty
@Stability(Stable)
public static final class CfnChannelFlowPropsMixin.LambdaConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelFlowPropsMixin.LambdaConfigurationProperty>
A builder for
CfnChannelFlowPropsMixin.LambdaConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.invocationType(String invocationType) Sets the value ofCfnChannelFlowPropsMixin.LambdaConfigurationProperty.getInvocationType()resourceArn(String resourceArn) Sets the value ofCfnChannelFlowPropsMixin.LambdaConfigurationProperty.getResourceArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
invocationType
@Stability(Stable) public CfnChannelFlowPropsMixin.LambdaConfigurationProperty.Builder invocationType(String invocationType) Sets the value ofCfnChannelFlowPropsMixin.LambdaConfigurationProperty.getInvocationType()- Parameters:
invocationType- Controls how the Lambda function is invoked.- Returns:
this
-
resourceArn
@Stability(Stable) public CfnChannelFlowPropsMixin.LambdaConfigurationProperty.Builder resourceArn(String resourceArn) Sets the value ofCfnChannelFlowPropsMixin.LambdaConfigurationProperty.getResourceArn()- Parameters:
resourceArn- The ARN of the Lambda message processing function.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelFlowPropsMixin.LambdaConfigurationProperty>- Returns:
- a new instance of
CfnChannelFlowPropsMixin.LambdaConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-