| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ActionExecution.Builder |
ActionExecution.Builder.actionExecutionId(String actionExecutionId)
ID of the workflow action execution in the current stage.
|
static ActionExecution.Builder |
ActionExecution.builder() |
default ActionExecution.Builder |
ActionExecution.Builder.errorDetails(Consumer<ErrorDetails.Builder> errorDetails)
The details of an error returned by a URL external to Amazon Web Services.
|
ActionExecution.Builder |
ActionExecution.Builder.errorDetails(ErrorDetails errorDetails)
The details of an error returned by a URL external to Amazon Web Services.
|
ActionExecution.Builder |
ActionExecution.Builder.externalExecutionId(String externalExecutionId)
The external ID of the run of the action.
|
ActionExecution.Builder |
ActionExecution.Builder.externalExecutionUrl(String externalExecutionUrl)
The URL of a resource external to Amazon Web Services that is used when running the action (for example, an
external repository URL).
|
ActionExecution.Builder |
ActionExecution.Builder.lastStatusChange(Instant lastStatusChange)
The last status change of the action.
|
ActionExecution.Builder |
ActionExecution.Builder.lastUpdatedBy(String lastUpdatedBy)
The ARN of the user who last changed the pipeline.
|
ActionExecution.Builder |
ActionExecution.Builder.percentComplete(Integer percentComplete)
A percentage of completeness of the action as it runs.
|
ActionExecution.Builder |
ActionExecution.Builder.status(ActionExecutionStatus status)
The status of the action, or for a completed action, the last status of the action.
|
ActionExecution.Builder |
ActionExecution.Builder.status(String status)
The status of the action, or for a completed action, the last status of the action.
|
ActionExecution.Builder |
ActionExecution.Builder.summary(String summary)
A summary of the run of the action.
|
ActionExecution.Builder |
ActionExecution.toBuilder() |
ActionExecution.Builder |
ActionExecution.Builder.token(String token)
The system-generated token used to identify a unique approval request.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActionExecution.Builder> |
ActionExecution.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ActionState.Builder |
ActionState.Builder.latestExecution(Consumer<ActionExecution.Builder> latestExecution)
Represents information about the run of an action.
|
Copyright © 2023. All rights reserved.