| Package | Description | 
|---|---|
| com.amazonaws.services.codepipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
PipelineExecutionSummary | 
PipelineExecutionSummary.clone()  | 
PipelineExecutionSummary | 
PipelineExecutionSummary.withLastUpdateTime(Date lastUpdateTime)
 The date and time of the last change to the pipeline execution, in timestamp format. 
 | 
PipelineExecutionSummary | 
PipelineExecutionSummary.withPipelineExecutionId(String pipelineExecutionId)
 The ID of the pipeline execution. 
 | 
PipelineExecutionSummary | 
PipelineExecutionSummary.withSourceRevisions(Collection<SourceRevision> sourceRevisions)
 A list of the source artifact revisions that initiated a pipeline execution. 
 | 
PipelineExecutionSummary | 
PipelineExecutionSummary.withSourceRevisions(SourceRevision... sourceRevisions)
 A list of the source artifact revisions that initiated a pipeline execution. 
 | 
PipelineExecutionSummary | 
PipelineExecutionSummary.withStartTime(Date startTime)
 The date and time when the pipeline execution began, in timestamp format. 
 | 
PipelineExecutionSummary | 
PipelineExecutionSummary.withStatus(PipelineExecutionStatus status)
 The status of the pipeline execution. 
 | 
PipelineExecutionSummary | 
PipelineExecutionSummary.withStatus(String status)
 The status of the pipeline execution. 
 | 
PipelineExecutionSummary | 
PipelineExecutionSummary.withStopTrigger(StopExecutionTrigger stopTrigger)
 The interaction that stopped a pipeline execution. 
 | 
PipelineExecutionSummary | 
PipelineExecutionSummary.withTrigger(ExecutionTrigger trigger)
 The interaction or event that started a pipeline execution, such as automated change detection or a
  
StartPipelineExecution API call. | 
| Modifier and Type | Method and Description | 
|---|---|
List<PipelineExecutionSummary> | 
ListPipelineExecutionsResult.getPipelineExecutionSummaries()
 A list of executions in the history of a pipeline. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ListPipelineExecutionsResult | 
ListPipelineExecutionsResult.withPipelineExecutionSummaries(PipelineExecutionSummary... pipelineExecutionSummaries)
 A list of executions in the history of a pipeline. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ListPipelineExecutionsResult.setPipelineExecutionSummaries(Collection<PipelineExecutionSummary> pipelineExecutionSummaries)
 A list of executions in the history of a pipeline. 
 | 
ListPipelineExecutionsResult | 
ListPipelineExecutionsResult.withPipelineExecutionSummaries(Collection<PipelineExecutionSummary> pipelineExecutionSummaries)
 A list of executions in the history of a pipeline. 
 | 
Copyright © 2023. All rights reserved.