Class CfnChannelFlow.ProcessorConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.chime.CfnChannelFlow.ProcessorConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelFlow.ProcessorConfigurationProperty>
- Enclosing interface:
CfnChannelFlow.ProcessorConfigurationProperty
@Stability(Stable)
public static final class CfnChannelFlow.ProcessorConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelFlow.ProcessorConfigurationProperty>
A builder for
CfnChannelFlow.ProcessorConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.lambda(IResolvable lambda) Sets the value ofCfnChannelFlow.ProcessorConfigurationProperty.getLambda()Sets the value ofCfnChannelFlow.ProcessorConfigurationProperty.getLambda()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
lambda
@Stability(Stable) public CfnChannelFlow.ProcessorConfigurationProperty.Builder lambda(IResolvable lambda) Sets the value ofCfnChannelFlow.ProcessorConfigurationProperty.getLambda()- Parameters:
lambda- Stores metadata about a Lambda processor. This parameter is required.- Returns:
this
-
lambda
@Stability(Stable) public CfnChannelFlow.ProcessorConfigurationProperty.Builder lambda(CfnChannelFlow.LambdaConfigurationProperty lambda) Sets the value ofCfnChannelFlow.ProcessorConfigurationProperty.getLambda()- Parameters:
lambda- Stores metadata about a Lambda processor. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelFlow.ProcessorConfigurationProperty>- Returns:
- a new instance of
CfnChannelFlow.ProcessorConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-