public static interface PipelineExecutionSummary.Builder extends SdkPojo, CopyableBuilder<PipelineExecutionSummary.Builder,PipelineExecutionSummary>
| Modifier and Type | Method and Description |
|---|---|
PipelineExecutionSummary.Builder |
lastUpdateTime(Instant lastUpdateTime)
The date and time of the last change to the pipeline execution, in timestamp format.
|
PipelineExecutionSummary.Builder |
pipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution.
|
PipelineExecutionSummary.Builder |
sourceRevisions(Collection<SourceRevision> sourceRevisions)
A list of the source artifact revisions that initiated a pipeline execution.
|
PipelineExecutionSummary.Builder |
sourceRevisions(Consumer<SourceRevision.Builder>... sourceRevisions)
A list of the source artifact revisions that initiated a pipeline execution.
|
PipelineExecutionSummary.Builder |
sourceRevisions(SourceRevision... sourceRevisions)
A list of the source artifact revisions that initiated a pipeline execution.
|
PipelineExecutionSummary.Builder |
startTime(Instant startTime)
The date and time when the pipeline execution began, in timestamp format.
|
PipelineExecutionSummary.Builder |
status(PipelineExecutionStatus status)
The status of the pipeline execution.
|
PipelineExecutionSummary.Builder |
status(String status)
The status of the pipeline execution.
|
default PipelineExecutionSummary.Builder |
stopTrigger(Consumer<StopExecutionTrigger.Builder> stopTrigger)
The interaction that stopped a pipeline execution.
|
PipelineExecutionSummary.Builder |
stopTrigger(StopExecutionTrigger stopTrigger)
The interaction that stopped a pipeline execution.
|
default PipelineExecutionSummary.Builder |
trigger(Consumer<ExecutionTrigger.Builder> trigger)
The interaction or event that started a pipeline execution, such as automated change detection or a
StartPipelineExecution API call. |
PipelineExecutionSummary.Builder |
trigger(ExecutionTrigger trigger)
The interaction or event that started a pipeline execution, such as automated change detection or a
StartPipelineExecution API call. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPipelineExecutionSummary.Builder pipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution.
pipelineExecutionId - The ID of the pipeline execution.PipelineExecutionSummary.Builder status(String status)
The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.
Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.
Failed: The pipeline execution was not completed successfully.
status - The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.
Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.
Failed: The pipeline execution was not completed successfully.
PipelineExecutionStatus,
PipelineExecutionStatusPipelineExecutionSummary.Builder status(PipelineExecutionStatus status)
The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.
Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.
Failed: The pipeline execution was not completed successfully.
status - The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.
Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.
Failed: The pipeline execution was not completed successfully.
PipelineExecutionStatus,
PipelineExecutionStatusPipelineExecutionSummary.Builder startTime(Instant startTime)
The date and time when the pipeline execution began, in timestamp format.
startTime - The date and time when the pipeline execution began, in timestamp format.PipelineExecutionSummary.Builder lastUpdateTime(Instant lastUpdateTime)
The date and time of the last change to the pipeline execution, in timestamp format.
lastUpdateTime - The date and time of the last change to the pipeline execution, in timestamp format.PipelineExecutionSummary.Builder sourceRevisions(Collection<SourceRevision> sourceRevisions)
A list of the source artifact revisions that initiated a pipeline execution.
sourceRevisions - A list of the source artifact revisions that initiated a pipeline execution.PipelineExecutionSummary.Builder sourceRevisions(SourceRevision... sourceRevisions)
A list of the source artifact revisions that initiated a pipeline execution.
sourceRevisions - A list of the source artifact revisions that initiated a pipeline execution.PipelineExecutionSummary.Builder sourceRevisions(Consumer<SourceRevision.Builder>... sourceRevisions)
A list of the source artifact revisions that initiated a pipeline execution.
This is a convenience method that creates an instance of theSourceRevision.Builder avoiding the need to create
one manually via SourceRevision.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #sourceRevisions(List.
sourceRevisions - a consumer that will call methods on
SourceRevision.Builder#sourceRevisions(java.util.Collection) PipelineExecutionSummary.Builder trigger(ExecutionTrigger trigger)
The interaction or event that started a pipeline execution, such as automated change detection or a
StartPipelineExecution API call.
trigger - The interaction or event that started a pipeline execution, such as automated change detection or a
StartPipelineExecution API call.default PipelineExecutionSummary.Builder trigger(Consumer<ExecutionTrigger.Builder> trigger)
The interaction or event that started a pipeline execution, such as automated change detection or a
StartPipelineExecution API call.
ExecutionTrigger.Builder avoiding the
need to create one manually via ExecutionTrigger.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to trigger(ExecutionTrigger).
trigger - a consumer that will call methods on ExecutionTrigger.Buildertrigger(ExecutionTrigger)PipelineExecutionSummary.Builder stopTrigger(StopExecutionTrigger stopTrigger)
The interaction that stopped a pipeline execution.
stopTrigger - The interaction that stopped a pipeline execution.default PipelineExecutionSummary.Builder stopTrigger(Consumer<StopExecutionTrigger.Builder> stopTrigger)
The interaction that stopped a pipeline execution.
This is a convenience method that creates an instance of theStopExecutionTrigger.Builder avoiding
the need to create one manually via StopExecutionTrigger.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to stopTrigger(StopExecutionTrigger).
stopTrigger - a consumer that will call methods on StopExecutionTrigger.BuilderstopTrigger(StopExecutionTrigger)Copyright © 2023. All rights reserved.