public static interface PipelineSummary.Builder extends SdkPojo, CopyableBuilder<PipelineSummary.Builder,PipelineSummary>
| Modifier and Type | Method and Description |
|---|---|
PipelineSummary.Builder |
creationTime(Instant creationTime)
When the pipeline was created.
|
PipelineSummary.Builder |
lastUpdateTime(Instant lastUpdateTime)
When the pipeline was last updated.
|
PipelineSummary.Builder |
pipelineName(String pipelineName)
The name of the pipeline.
|
PipelineSummary.Builder |
reprocessingSummaries(Collection<ReprocessingSummary> reprocessingSummaries)
A summary of information about the pipeline reprocessing.
|
PipelineSummary.Builder |
reprocessingSummaries(Consumer<ReprocessingSummary.Builder>... reprocessingSummaries)
A summary of information about the pipeline reprocessing.
|
PipelineSummary.Builder |
reprocessingSummaries(ReprocessingSummary... reprocessingSummaries)
A summary of information about the pipeline reprocessing.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPipelineSummary.Builder pipelineName(String pipelineName)
The name of the pipeline.
pipelineName - The name of the pipeline.PipelineSummary.Builder reprocessingSummaries(Collection<ReprocessingSummary> reprocessingSummaries)
A summary of information about the pipeline reprocessing.
reprocessingSummaries - A summary of information about the pipeline reprocessing.PipelineSummary.Builder reprocessingSummaries(ReprocessingSummary... reprocessingSummaries)
A summary of information about the pipeline reprocessing.
reprocessingSummaries - A summary of information about the pipeline reprocessing.PipelineSummary.Builder reprocessingSummaries(Consumer<ReprocessingSummary.Builder>... reprocessingSummaries)
A summary of information about the pipeline reprocessing.
This is a convenience method that creates an instance of theReprocessingSummary.Builder avoiding the need to
create one manually via
ReprocessingSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #reprocessingSummaries(List.
reprocessingSummaries - a consumer that will call methods on
ReprocessingSummary.Builder#reprocessingSummaries(java.util.Collection) PipelineSummary.Builder creationTime(Instant creationTime)
When the pipeline was created.
creationTime - When the pipeline was created.PipelineSummary.Builder lastUpdateTime(Instant lastUpdateTime)
When the pipeline was last updated.
lastUpdateTime - When the pipeline was last updated.Copyright © 2023. All rights reserved.