Uses of Interface
software.amazon.awssdk.services.iotanalytics.model.ChannelMessages.Builder
-
Packages that use ChannelMessages.Builder Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of ChannelMessages.Builder in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return ChannelMessages.Builder Modifier and Type Method Description static ChannelMessages.BuilderChannelMessages. builder()ChannelMessages.BuilderChannelMessages.Builder. s3Paths(String... s3Paths)Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your channel messages.ChannelMessages.BuilderChannelMessages.Builder. s3Paths(Collection<String> s3Paths)Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your channel messages.ChannelMessages.BuilderChannelMessages. toBuilder()Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type ChannelMessages.Builder Modifier and Type Method Description static Class<? extends ChannelMessages.Builder>ChannelMessages. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotanalytics.model with type arguments of type ChannelMessages.Builder Modifier and Type Method Description default StartPipelineReprocessingRequest.BuilderStartPipelineReprocessingRequest.Builder. channelMessages(Consumer<ChannelMessages.Builder> channelMessages)Specifies one or more sets of channel messages that you want to reprocess.
-