Class StartPipelineReprocessingRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.iotanalytics.model.IoTAnalyticsRequest
-
- software.amazon.awssdk.services.iotanalytics.model.StartPipelineReprocessingRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartPipelineReprocessingRequest.Builder,StartPipelineReprocessingRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartPipelineReprocessingRequest extends IoTAnalyticsRequest implements ToCopyableBuilder<StartPipelineReprocessingRequest.Builder,StartPipelineReprocessingRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartPipelineReprocessingRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartPipelineReprocessingRequest.Builderbuilder()ChannelMessageschannelMessages()Specifies one or more sets of channel messages that you want to reprocess.InstantendTime()The end time (exclusive) of raw message data that is reprocessed.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpipelineName()The name of the pipeline on which to start reprocessing.List<SdkField<?>>sdkFields()static Class<? extends StartPipelineReprocessingRequest.Builder>serializableBuilderClass()InstantstartTime()The start time (inclusive) of raw message data that is reprocessed.StartPipelineReprocessingRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
pipelineName
public final String pipelineName()
The name of the pipeline on which to start reprocessing.
- Returns:
- The name of the pipeline on which to start reprocessing.
-
startTime
public final 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.- Returns:
- The start time (inclusive) of raw message data that is reprocessed.
If you specify a value for the
startTimeparameter, you must not use thechannelMessagesobject.
-
endTime
public final 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.- Returns:
- The end time (exclusive) of raw message data that is reprocessed.
If you specify a value for the
endTimeparameter, you must not use thechannelMessagesobject.
-
channelMessages
public final 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.- Returns:
- 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.
-
toBuilder
public StartPipelineReprocessingRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartPipelineReprocessingRequest.Builder,StartPipelineReprocessingRequest>- Specified by:
toBuilderin classIoTAnalyticsRequest
-
builder
public static StartPipelineReprocessingRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartPipelineReprocessingRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-