public static interface StartPipelineReprocessingRequest.Builder extends IoTAnalyticsRequest.Builder, SdkPojo, CopyableBuilder<StartPipelineReprocessingRequest.Builder,StartPipelineReprocessingRequest>
| Modifier and Type | Method and Description |
|---|---|
StartPipelineReprocessingRequest.Builder |
endTime(Instant endTime)
The end time (exclusive) of raw message data that is reprocessed.
|
StartPipelineReprocessingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StartPipelineReprocessingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
StartPipelineReprocessingRequest.Builder |
pipelineName(String 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.
|
buildoverrideConfigurationcopyapplyMutation, 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.
startTime - The start time (inclusive) of raw message data that is reprocessed.StartPipelineReprocessingRequest.Builder endTime(Instant endTime)
The end time (exclusive) of raw message data that is reprocessed.
endTime - The end time (exclusive) of raw message data that is reprocessed.StartPipelineReprocessingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.StartPipelineReprocessingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.