| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.input(ActionExecutionInput input)
Input details for the action execution, such as role ARN, Region, and input artifacts.
|
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.lastUpdateTime(Instant lastUpdateTime)
The last update time of the action execution.
|
ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.output(ActionExecutionOutput output)
Output details for the action execution, such as the action execution result.
|
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.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(ActionExecutionStatus status)
The status of the action execution.
|
ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.status(String status)
The status of the action execution.
|
ActionExecutionDetail.Builder |
ActionExecutionDetail.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActionExecutionDetail.Builder> |
ActionExecutionDetail.serializableBuilderClass() |
Copyright © 2023. All rights reserved.