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