CopyableBuilder<PipelineSummary.Builder,PipelineSummary>, SdkBuilder<PipelineSummary.Builder,PipelineSummary>public static interface PipelineSummary.Builder extends CopyableBuilder<PipelineSummary.Builder,PipelineSummary>
| Modifier and Type | Method | Description |
|---|---|---|
PipelineSummary.Builder |
created(Date created) |
The date and time the pipeline was created, in timestamp format.
|
PipelineSummary.Builder |
name(String name) |
The name of the pipeline.
|
PipelineSummary.Builder |
updated(Date updated) |
The date and time of the last update to the pipeline, in timestamp format.
|
PipelineSummary.Builder |
version(Integer version) |
The version number of the pipeline.
|
copyapply, buildPipelineSummary.Builder name(String name)
The name of the pipeline.
name - The name of the pipeline.PipelineSummary.Builder version(Integer version)
The version number of the pipeline.
version - The version number of the pipeline.PipelineSummary.Builder created(Date created)
The date and time the pipeline was created, in timestamp format.
created - The date and time the pipeline was created, in timestamp format.PipelineSummary.Builder updated(Date updated)
The date and time of the last update to the pipeline, in timestamp format.
updated - The date and time of the last update to the pipeline, in timestamp format.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.