public static interface ActionExecutionDetail.Builder extends SdkPojo, CopyableBuilder<ActionExecutionDetail.Builder,ActionExecutionDetail>
| Modifier and Type | Method and Description |
|---|---|
ActionExecutionDetail.Builder |
actionExecutionId(String actionExecutionId)
The action execution ID.
|
ActionExecutionDetail.Builder |
actionName(String actionName)
The name of the action.
|
ActionExecutionDetail.Builder |
input(ActionExecutionInput input)
Input details for the action execution, such as role ARN, Region, and input artifacts.
|
default ActionExecutionDetail.Builder |
input(Consumer<ActionExecutionInput.Builder> input)
Input details for the action execution, such as role ARN, Region, and input artifacts.
|
ActionExecutionDetail.Builder |
lastUpdateTime(Instant lastUpdateTime)
The last update time of the action execution.
|
ActionExecutionDetail.Builder |
output(ActionExecutionOutput output)
Output details for the action execution, such as the action execution result.
|
default ActionExecutionDetail.Builder |
output(Consumer<ActionExecutionOutput.Builder> output)
Output details for the action execution, such as the action execution result.
|
ActionExecutionDetail.Builder |
pipelineExecutionId(String pipelineExecutionId)
The pipeline execution ID for the action execution.
|
ActionExecutionDetail.Builder |
pipelineVersion(Integer pipelineVersion)
The version of the pipeline where the action was run.
|
ActionExecutionDetail.Builder |
stageName(String stageName)
The name of the stage that contains the action.
|
ActionExecutionDetail.Builder |
startTime(Instant startTime)
The start time of the action execution.
|
ActionExecutionDetail.Builder |
status(ActionExecutionStatus status)
The status of the action execution.
|
ActionExecutionDetail.Builder |
status(String status)
The status of the action execution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActionExecutionDetail.Builder pipelineExecutionId(String pipelineExecutionId)
The pipeline execution ID for the action execution.
pipelineExecutionId - The pipeline execution ID for the action execution.ActionExecutionDetail.Builder actionExecutionId(String actionExecutionId)
The action execution ID.
actionExecutionId - The action execution ID.ActionExecutionDetail.Builder pipelineVersion(Integer pipelineVersion)
The version of the pipeline where the action was run.
pipelineVersion - The version of the pipeline where the action was run.ActionExecutionDetail.Builder stageName(String stageName)
The name of the stage that contains the action.
stageName - The name of the stage that contains the action.ActionExecutionDetail.Builder actionName(String actionName)
The name of the action.
actionName - The name of the action.ActionExecutionDetail.Builder startTime(Instant startTime)
The start time of the action execution.
startTime - The start time of the action execution.ActionExecutionDetail.Builder lastUpdateTime(Instant lastUpdateTime)
The last update time of the action execution.
lastUpdateTime - The last update time of the action execution.ActionExecutionDetail.Builder status(String status)
The status of the action execution. Status categories are InProgress, Succeeded,
and Failed.
status - The status of the action execution. Status categories are InProgress,
Succeeded, and Failed.ActionExecutionStatus,
ActionExecutionStatusActionExecutionDetail.Builder status(ActionExecutionStatus status)
The status of the action execution. Status categories are InProgress, Succeeded,
and Failed.
status - The status of the action execution. Status categories are InProgress,
Succeeded, and Failed.ActionExecutionStatus,
ActionExecutionStatusActionExecutionDetail.Builder input(ActionExecutionInput input)
Input details for the action execution, such as role ARN, Region, and input artifacts.
input - Input details for the action execution, such as role ARN, Region, and input artifacts.default ActionExecutionDetail.Builder input(Consumer<ActionExecutionInput.Builder> input)
Input details for the action execution, such as role ARN, Region, and input artifacts.
This is a convenience method that creates an instance of theActionExecutionInput.Builder avoiding
the need to create one manually via ActionExecutionInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to input(ActionExecutionInput).
input - a consumer that will call methods on ActionExecutionInput.Builderinput(ActionExecutionInput)ActionExecutionDetail.Builder output(ActionExecutionOutput output)
Output details for the action execution, such as the action execution result.
output - Output details for the action execution, such as the action execution result.default ActionExecutionDetail.Builder output(Consumer<ActionExecutionOutput.Builder> output)
Output details for the action execution, such as the action execution result.
This is a convenience method that creates an instance of theActionExecutionOutput.Builder avoiding
the need to create one manually via ActionExecutionOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to output(ActionExecutionOutput).
output - a consumer that will call methods on ActionExecutionOutput.Builderoutput(ActionExecutionOutput)Copyright © 2023. All rights reserved.