public static interface ChannelActivity.Builder extends SdkPojo, CopyableBuilder<ChannelActivity.Builder,ChannelActivity>
Modifier and Type | Method and Description |
---|---|
ChannelActivity.Builder |
channelName(String channelName)
The name of the channel from which the messages are processed.
|
ChannelActivity.Builder |
name(String name)
The name of the 'channel' activity.
|
ChannelActivity.Builder |
next(String next)
The next activity in the pipeline.
|
copy
applyMutation, build
ChannelActivity.Builder name(String name)
The name of the 'channel' activity.
name
- The name of the 'channel' activity.ChannelActivity.Builder channelName(String channelName)
The name of the channel from which the messages are processed.
channelName
- The name of the channel from which the messages are processed.ChannelActivity.Builder next(String next)
The next activity in the pipeline.
next
- The next activity in the pipeline.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.