public static interface StartPipelineReprocessingRequest.Builder extends IoTAnalyticsRequest.Builder, SdkPojo, CopyableBuilder<StartPipelineReprocessingRequest.Builder,StartPipelineReprocessingRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartPipelineReprocessingRequest.Builder pipelineName(String pipelineName)
The name of the pipeline on which to start reprocessing.
pipelineName - The name of the pipeline on which to start reprocessing.StartPipelineReprocessingRequest.Builder startTime(Instant startTime)
The start time (inclusive) of raw message data that is reprocessed.
If you specify a value for the startTime parameter, you must not use the
channelMessages object.
startTime - The start time (inclusive) of raw message data that is reprocessed.
If you specify a value for the startTime parameter, you must not use the
channelMessages object.
StartPipelineReprocessingRequest.Builder endTime(Instant endTime)
The end time (exclusive) of raw message data that is reprocessed.
If you specify a value for the endTime parameter, you must not use the
channelMessages object.
endTime - The end time (exclusive) of raw message data that is reprocessed.
If you specify a value for the endTime parameter, you must not use the
channelMessages object.
StartPipelineReprocessingRequest.Builder channelMessages(ChannelMessages channelMessages)
Specifies one or more sets of channel messages that you want to reprocess.
If you use the channelMessages object, you must not specify a value for startTime
and endTime.
channelMessages - Specifies one or more sets of channel messages that you want to reprocess.
If you use the channelMessages object, you must not specify a value for
startTime and endTime.
default StartPipelineReprocessingRequest.Builder channelMessages(Consumer<ChannelMessages.Builder> channelMessages)
Specifies one or more sets of channel messages that you want to reprocess.
If you use the channelMessages object, you must not specify a value for startTime
and endTime.
ChannelMessages.Builder avoiding the
need to create one manually via ChannelMessages.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to channelMessages(ChannelMessages).
channelMessages - a consumer that will call methods on ChannelMessages.BuilderchannelMessages(ChannelMessages)StartPipelineReprocessingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartPipelineReprocessingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.