ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.actionExecutionId(String actionExecutionId) |
The action execution ID.
|
ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.actionName(String actionName) |
The name of the action.
|
static ActionExecutionDetail.Builder |
ActionExecutionDetail.builder() |
|
default ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.input(Consumer<ActionExecutionInput.Builder> input) |
Input details for the action execution, such as role ARN, Region, and input artifacts.
|
ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.input(ActionExecutionInput input) |
Input details for the action execution, such as role ARN, Region, and input artifacts.
|
ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.lastUpdateTime(Instant lastUpdateTime) |
The last update time of the action execution.
|
default ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.output(Consumer<ActionExecutionOutput.Builder> output) |
Output details for the action execution, such as the action execution result.
|
ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.output(ActionExecutionOutput output) |
Output details for the action execution, such as the action execution result.
|
ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.pipelineExecutionId(String pipelineExecutionId) |
The pipeline execution ID for the action execution.
|
ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.pipelineVersion(Integer pipelineVersion) |
The version of the pipeline where the action was run.
|
ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.stageName(String stageName) |
The name of the stage that contains the action.
|
ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.startTime(Instant startTime) |
The start time of the action execution.
|
ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.status(String status) |
The status of the action execution.
|
ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.status(ActionExecutionStatus status) |
The status of the action execution.
|
ActionExecutionDetail.Builder |
ActionExecutionDetail.toBuilder() |
|
ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.updatedBy(String updatedBy) |
The ARN of the user who changed the pipeline execution details.
|