Interface PipelineMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PipelineMetadata.Builder,
,PipelineMetadata> SdkBuilder<PipelineMetadata.Builder,
,PipelineMetadata> SdkPojo
- Enclosing class:
PipelineMetadata
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time the pipeline was created, in timestamp format.pipelineArn
(String pipelineArn) The Amazon Resource Name (ARN) of the pipeline.pollingDisabledAt
(Instant pollingDisabledAt) The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in timestamp format.The date and time the pipeline was last updated, in timestamp format.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
pipelineArn
The Amazon Resource Name (ARN) of the pipeline.
- Parameters:
pipelineArn
- The Amazon Resource Name (ARN) of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
created
The date and time the pipeline was created, in timestamp format.
- Parameters:
created
- The date and time the pipeline was created, in timestamp format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updated
The date and time the pipeline was last updated, in timestamp format.
- Parameters:
updated
- The date and time the pipeline was last updated, in timestamp format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pollingDisabledAt
The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in timestamp format.
Pipelines that are inactive for longer than 30 days will have polling disabled for the pipeline. For more information, see pollingDisabledAt in the pipeline structure reference. For the steps to migrate your pipeline from polling to event-based change detection, see Migrate polling pipelines to use event-based change detection.
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.
- Parameters:
pollingDisabledAt
- The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in timestamp format.Pipelines that are inactive for longer than 30 days will have polling disabled for the pipeline. For more information, see pollingDisabledAt in the pipeline structure reference. For the steps to migrate your pipeline from polling to event-based change detection, see Migrate polling pipelines to use event-based change detection.
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-