Class CfnChannelFlowPropsMixin.ProcessorProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.chime.CfnChannelFlowPropsMixin.ProcessorProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelFlowPropsMixin.ProcessorProperty>
- Enclosing interface:
CfnChannelFlowPropsMixin.ProcessorProperty
@Stability(Stable)
public static final class CfnChannelFlowPropsMixin.ProcessorProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelFlowPropsMixin.ProcessorProperty>
A builder for
CfnChannelFlowPropsMixin.ProcessorProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnChannelFlowPropsMixin.ProcessorProperty.getConfiguration()configuration(IResolvable configuration) Sets the value ofCfnChannelFlowPropsMixin.ProcessorProperty.getConfiguration()executionOrder(Number executionOrder) Sets the value ofCfnChannelFlowPropsMixin.ProcessorProperty.getExecutionOrder()fallbackAction(String fallbackAction) Sets the value ofCfnChannelFlowPropsMixin.ProcessorProperty.getFallbackAction()Sets the value ofCfnChannelFlowPropsMixin.ProcessorProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configuration
@Stability(Stable) public CfnChannelFlowPropsMixin.ProcessorProperty.Builder configuration(IResolvable configuration) Sets the value ofCfnChannelFlowPropsMixin.ProcessorProperty.getConfiguration()- Parameters:
configuration- A processor's metadata.- Returns:
this
-
configuration
@Stability(Stable) public CfnChannelFlowPropsMixin.ProcessorProperty.Builder configuration(CfnChannelFlowPropsMixin.ProcessorConfigurationProperty configuration) Sets the value ofCfnChannelFlowPropsMixin.ProcessorProperty.getConfiguration()- Parameters:
configuration- A processor's metadata.- Returns:
this
-
executionOrder
@Stability(Stable) public CfnChannelFlowPropsMixin.ProcessorProperty.Builder executionOrder(Number executionOrder) Sets the value ofCfnChannelFlowPropsMixin.ProcessorProperty.getExecutionOrder()- Parameters:
executionOrder- The sequence in which processors run.- Returns:
this
-
fallbackAction
@Stability(Stable) public CfnChannelFlowPropsMixin.ProcessorProperty.Builder fallbackAction(String fallbackAction) Sets the value ofCfnChannelFlowPropsMixin.ProcessorProperty.getFallbackAction()- Parameters:
fallbackAction- Determines whether to continue or stop processing when communication with a processor fails.- Returns:
this
-
name
Sets the value ofCfnChannelFlowPropsMixin.ProcessorProperty.getName()- Parameters:
name- The name of the processor.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelFlowPropsMixin.ProcessorProperty>- Returns:
- a new instance of
CfnChannelFlowPropsMixin.ProcessorProperty - Throws:
NullPointerException- if any required attribute was not provided
-