Interface ChannelActivity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChannelActivity.Builder,ChannelActivity>,SdkBuilder<ChannelActivity.Builder,ChannelActivity>,SdkPojo
- Enclosing class:
- ChannelActivity
public static interface ChannelActivity.Builder extends SdkPojo, CopyableBuilder<ChannelActivity.Builder,ChannelActivity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelActivity.BuilderchannelName(String channelName)The name of the channel from which the messages are processed.ChannelActivity.Buildername(String name)The name of the channel activity.ChannelActivity.Buildernext(String next)The next activity in the pipeline.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
ChannelActivity.Builder name(String name)
The name of the channel activity.
- Parameters:
name- The name of the channel activity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelName
ChannelActivity.Builder channelName(String channelName)
The name of the channel from which the messages are processed.
- Parameters:
channelName- The name of the channel from which the messages are processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
next
ChannelActivity.Builder next(String next)
The next activity in the pipeline.
- Parameters:
next- The next activity in the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-