Interface ReprocessingSummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ReprocessingSummary.Builder,,ReprocessingSummary> SdkBuilder<ReprocessingSummary.Builder,,ReprocessingSummary> SdkPojo
- Enclosing class:
 ReprocessingSummary
public static interface ReprocessingSummary.Builder
extends SdkPojo, CopyableBuilder<ReprocessingSummary.Builder,ReprocessingSummary> 
- 
Method Summary
Modifier and TypeMethodDescriptioncreationTime(Instant creationTime) The time the pipeline reprocessing was created.ThereprocessingIdreturned byStartPipelineReprocessing.The status of the pipeline reprocessing.status(ReprocessingStatus status) The status of the pipeline reprocessing.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
id
The
reprocessingIdreturned byStartPipelineReprocessing.- Parameters:
 id- ThereprocessingIdreturned byStartPipelineReprocessing.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
status
The status of the pipeline reprocessing.
- Parameters:
 status- The status of the pipeline reprocessing.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The status of the pipeline reprocessing.
- Parameters:
 status- The status of the pipeline reprocessing.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
creationTime
The time the pipeline reprocessing was created.
- Parameters:
 creationTime- The time the pipeline reprocessing was created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -