Interface StartPipelineReprocessingRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartPipelineReprocessingRequest.Builder,StartPipelineReprocessingRequest>,IoTAnalyticsRequest.Builder,SdkBuilder<StartPipelineReprocessingRequest.Builder,StartPipelineReprocessingRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartPipelineReprocessingRequest
public static interface StartPipelineReprocessingRequest.Builder extends IoTAnalyticsRequest.Builder, SdkPojo, CopyableBuilder<StartPipelineReprocessingRequest.Builder,StartPipelineReprocessingRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotanalytics.model.IoTAnalyticsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
pipelineName
StartPipelineReprocessingRequest.Builder pipelineName(String pipelineName)
The name of the pipeline on which to start reprocessing.
- Parameters:
pipelineName- The name of the pipeline on which to start reprocessing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
StartPipelineReprocessingRequest.Builder startTime(Instant startTime)
The start time (inclusive) of raw message data that is reprocessed.
If you specify a value for the
startTimeparameter, you must not use thechannelMessagesobject.- Parameters:
startTime- The start time (inclusive) of raw message data that is reprocessed.If you specify a value for the
startTimeparameter, you must not use thechannelMessagesobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
StartPipelineReprocessingRequest.Builder endTime(Instant endTime)
The end time (exclusive) of raw message data that is reprocessed.
If you specify a value for the
endTimeparameter, you must not use thechannelMessagesobject.- Parameters:
endTime- The end time (exclusive) of raw message data that is reprocessed.If you specify a value for the
endTimeparameter, you must not use thechannelMessagesobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelMessages
StartPipelineReprocessingRequest.Builder channelMessages(ChannelMessages channelMessages)
Specifies one or more sets of channel messages that you want to reprocess.
If you use the
channelMessagesobject, you must not specify a value forstartTimeandendTime.- Parameters:
channelMessages- Specifies one or more sets of channel messages that you want to reprocess.If you use the
channelMessagesobject, you must not specify a value forstartTimeandendTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelMessages
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
This is a convenience method that creates an instance of thechannelMessagesobject, you must not specify a value forstartTimeandendTime.ChannelMessages.Builderavoiding the need to create one manually viaChannelMessages.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochannelMessages(ChannelMessages).- Parameters:
channelMessages- a consumer that will call methods onChannelMessages.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
channelMessages(ChannelMessages)
-
overrideConfiguration
StartPipelineReprocessingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartPipelineReprocessingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-