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