Class CfnPipelinePropsMixin.ChannelProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.CfnPipelinePropsMixin.ChannelProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipelinePropsMixin.ChannelProperty>
- Enclosing interface:
CfnPipelinePropsMixin.ChannelProperty
@Stability(Stable)
public static final class CfnPipelinePropsMixin.ChannelProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipelinePropsMixin.ChannelProperty>
A builder for
CfnPipelinePropsMixin.ChannelProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.channelName(String channelName) Sets the value ofCfnPipelinePropsMixin.ChannelProperty.getChannelName()Sets the value ofCfnPipelinePropsMixin.ChannelProperty.getName()Sets the value ofCfnPipelinePropsMixin.ChannelProperty.getNext()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
channelName
@Stability(Stable) public CfnPipelinePropsMixin.ChannelProperty.Builder channelName(String channelName) Sets the value ofCfnPipelinePropsMixin.ChannelProperty.getChannelName()- Parameters:
channelName- The name of the channel from which the messages are processed.- Returns:
this
-
name
Sets the value ofCfnPipelinePropsMixin.ChannelProperty.getName()- Parameters:
name- The name of the 'channel' activity.- Returns:
this
-
next
Sets the value ofCfnPipelinePropsMixin.ChannelProperty.getNext()- Parameters:
next- The next activity in the pipeline.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipelinePropsMixin.ChannelProperty>- Returns:
- a new instance of
CfnPipelinePropsMixin.ChannelProperty - Throws:
NullPointerException- if any required attribute was not provided
-