public static interface PipelineMetadata.Builder extends CopyableBuilder<PipelineMetadata.Builder,PipelineMetadata>
| Modifier and Type | Method and Description |
|---|---|
PipelineMetadata.Builder |
created(Instant created)
The date and time the pipeline was created, in timestamp format.
|
PipelineMetadata.Builder |
pipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
|
PipelineMetadata.Builder |
updated(Instant updated)
The date and time the pipeline was last updated, in timestamp format.
|
copyapply, buildPipelineMetadata.Builder pipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
pipelineArn - The Amazon Resource Name (ARN) of the pipeline.PipelineMetadata.Builder created(Instant created)
The date and time the pipeline was created, in timestamp format.
created - The date and time the pipeline was created, in timestamp format.PipelineMetadata.Builder updated(Instant updated)
The date and time the pipeline was last updated, in timestamp format.
updated - The date and time the pipeline was last updated, in timestamp format.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.