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.
|
copy
applyMutation, build
PipelineSummary.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 that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #reprocessingSummaries(List)
.reprocessingSummaries
- a consumer that will call methods on List.Builder
#reprocessingSummaries(List)
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.