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