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.
|
build
overrideConfiguration
copy
applyMutation, build
StartPipelineReprocessingRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StartPipelineReprocessingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.