Uses of Interface
software.amazon.awssdk.services.iotanalytics.model.ChannelActivity.Builder
-
Packages that use ChannelActivity.Builder Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of ChannelActivity.Builder in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return ChannelActivity.Builder Modifier and Type Method Description static ChannelActivity.BuilderChannelActivity. builder()ChannelActivity.BuilderChannelActivity.Builder. channelName(String channelName)The name of the channel from which the messages are processed.ChannelActivity.BuilderChannelActivity.Builder. name(String name)The name of the channel activity.ChannelActivity.BuilderChannelActivity.Builder. next(String next)The next activity in the pipeline.ChannelActivity.BuilderChannelActivity. toBuilder()Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type ChannelActivity.Builder Modifier and Type Method Description static Class<? extends ChannelActivity.Builder>ChannelActivity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotanalytics.model with type arguments of type ChannelActivity.Builder Modifier and Type Method Description default PipelineActivity.BuilderPipelineActivity.Builder. channel(Consumer<ChannelActivity.Builder> channel)Determines the source of the messages to be processed.
-