| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static StageExecution.Builder |
StageExecution.builder() |
StageExecution.Builder |
StageExecution.Builder.pipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution associated with the stage.
|
StageExecution.Builder |
StageExecution.Builder.status(StageExecutionStatus status)
The status of the stage, or for a completed stage, the last status of the stage.
|
StageExecution.Builder |
StageExecution.Builder.status(String status)
The status of the stage, or for a completed stage, the last status of the stage.
|
StageExecution.Builder |
StageExecution.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StageExecution.Builder> |
StageExecution.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StageState.Builder |
StageState.Builder.inboundExecution(Consumer<StageExecution.Builder> inboundExecution)
Sets the value of the InboundExecution property for this object.
|
default StageState.Builder |
StageState.Builder.latestExecution(Consumer<StageExecution.Builder> latestExecution)
Information about the latest execution in the stage, including its ID and status.
|
Copyright © 2023. All rights reserved.