| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
PipelineExecution.Builder |
PipelineExecution.Builder.artifactRevisions(ArtifactRevision... artifactRevisions)
A list of
ArtifactRevision objects included in a pipeline execution. |
PipelineExecution.Builder |
PipelineExecution.Builder.artifactRevisions(Collection<ArtifactRevision> artifactRevisions)
A list of
ArtifactRevision objects included in a pipeline execution. |
PipelineExecution.Builder |
PipelineExecution.Builder.artifactRevisions(Consumer<ArtifactRevision.Builder>... artifactRevisions)
A list of
ArtifactRevision objects included in a pipeline execution. |
static PipelineExecution.Builder |
PipelineExecution.builder() |
PipelineExecution.Builder |
PipelineExecution.Builder.pipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution.
|
PipelineExecution.Builder |
PipelineExecution.Builder.pipelineName(String pipelineName)
The name of the pipeline with the specified pipeline execution.
|
PipelineExecution.Builder |
PipelineExecution.Builder.pipelineVersion(Integer pipelineVersion)
The version number of the pipeline with the specified pipeline execution.
|
PipelineExecution.Builder |
PipelineExecution.Builder.status(PipelineExecutionStatus status)
The status of the pipeline execution.
|
PipelineExecution.Builder |
PipelineExecution.Builder.status(String status)
The status of the pipeline execution.
|
PipelineExecution.Builder |
PipelineExecution.Builder.statusSummary(String statusSummary)
A summary that contains a description of the pipeline execution status.
|
PipelineExecution.Builder |
PipelineExecution.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PipelineExecution.Builder> |
PipelineExecution.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetPipelineExecutionResponse.Builder |
GetPipelineExecutionResponse.Builder.pipelineExecution(Consumer<PipelineExecution.Builder> pipelineExecution)
Represents information about the execution of a pipeline.
|
Copyright © 2023. All rights reserved.