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 Details

    • 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

      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.