public static interface ReprocessingSummary.Builder extends SdkPojo, CopyableBuilder<ReprocessingSummary.Builder,ReprocessingSummary>
| Modifier and Type | Method and Description |
|---|---|
ReprocessingSummary.Builder |
creationTime(Instant creationTime)
The time the pipeline reprocessing was created.
|
ReprocessingSummary.Builder |
id(String id)
The 'reprocessingId' returned by "StartPipelineReprocessing".
|
ReprocessingSummary.Builder |
status(ReprocessingStatus status)
The status of the pipeline reprocessing.
|
ReprocessingSummary.Builder |
status(String status)
The status of the pipeline reprocessing.
|
copyapplyMutation, buildReprocessingSummary.Builder id(String id)
The 'reprocessingId' returned by "StartPipelineReprocessing".
id - The 'reprocessingId' returned by "StartPipelineReprocessing".ReprocessingSummary.Builder status(String status)
The status of the pipeline reprocessing.
status - The status of the pipeline reprocessing.ReprocessingStatus,
ReprocessingStatusReprocessingSummary.Builder status(ReprocessingStatus status)
The status of the pipeline reprocessing.
status - The status of the pipeline reprocessing.ReprocessingStatus,
ReprocessingStatusReprocessingSummary.Builder creationTime(Instant creationTime)
The time the pipeline reprocessing was created.
creationTime - The time the pipeline reprocessing was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.