Uses of Interface
software.amazon.awssdk.services.iotanalytics.model.ReprocessingSummary.Builder
-
Packages that use ReprocessingSummary.Builder Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of ReprocessingSummary.Builder in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return ReprocessingSummary.Builder Modifier and Type Method Description static ReprocessingSummary.BuilderReprocessingSummary. builder()ReprocessingSummary.BuilderReprocessingSummary.Builder. creationTime(Instant creationTime)The time the pipeline reprocessing was created.ReprocessingSummary.BuilderReprocessingSummary.Builder. id(String id)ThereprocessingIdreturned byStartPipelineReprocessing.ReprocessingSummary.BuilderReprocessingSummary.Builder. status(String status)The status of the pipeline reprocessing.ReprocessingSummary.BuilderReprocessingSummary.Builder. status(ReprocessingStatus status)The status of the pipeline reprocessing.ReprocessingSummary.BuilderReprocessingSummary. toBuilder()Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type ReprocessingSummary.Builder Modifier and Type Method Description static Class<? extends ReprocessingSummary.Builder>ReprocessingSummary. serializableBuilderClass()
-