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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReprocessingSummary.BuildercreationTime(Instant creationTime)The time the pipeline reprocessing was created.ReprocessingSummary.Builderid(String id)ThereprocessingIdreturned byStartPipelineReprocessing.ReprocessingSummary.Builderstatus(String status)The status of the pipeline reprocessing.ReprocessingSummary.Builderstatus(ReprocessingStatus status)The status of the pipeline reprocessing.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
ReprocessingSummary.Builder id(String id)
The
reprocessingIdreturned byStartPipelineReprocessing.- Parameters:
id- ThereprocessingIdreturned byStartPipelineReprocessing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ReprocessingSummary.Builder status(String 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:
ReprocessingStatus,ReprocessingStatus
-
status
ReprocessingSummary.Builder status(ReprocessingStatus 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:
ReprocessingStatus,ReprocessingStatus
-
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.
-
-