public static interface PipelineMetadata.Builder extends SdkPojo, 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 |
pollingDisabledAt(Instant pollingDisabledAt)
The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in
timestamp format.
|
PipelineMetadata.Builder |
updated(Instant updated)
The date and time the pipeline was last updated, in timestamp format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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.PipelineMetadata.Builder pollingDisabledAt(Instant pollingDisabledAt)
The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in timestamp format. You can migrate (update) a polling pipeline to use event-based change detection. For example, for a pipeline with a CodeCommit source, we recommend you migrate (update) your pipeline to use CloudWatch Events. To learn more, see Migrate polling pipelines to use event-based change detection in the CodePipeline User Guide.
pollingDisabledAt - The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in
timestamp format. You can migrate (update) a polling pipeline to use event-based change detection. For
example, for a pipeline with a CodeCommit source, we recommend you migrate (update) your pipeline to
use CloudWatch Events. To learn more, see Migrate
polling pipelines to use event-based change detection in the CodePipeline User Guide.Copyright © 2023. All rights reserved.