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 Details

    • id

      The reprocessingId returned by StartPipelineReprocessing.

      Parameters:
      id - The reprocessingId returned by StartPipelineReprocessing.
      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

      ReprocessingSummary.Builder creationTime(Instant 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.