| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static ActionExecutionResult.Builder |
ActionExecutionResult.builder() |
ActionExecutionResult.Builder |
ActionExecutionResult.Builder.externalExecutionId(String externalExecutionId)
The action provider's external ID for the action execution.
|
ActionExecutionResult.Builder |
ActionExecutionResult.Builder.externalExecutionSummary(String externalExecutionSummary)
The action provider's summary for the action execution.
|
ActionExecutionResult.Builder |
ActionExecutionResult.Builder.externalExecutionUrl(String externalExecutionUrl)
The deepest external link to the external resource (for example, a repository URL or deployment endpoint)
that is used when running the action.
|
ActionExecutionResult.Builder |
ActionExecutionResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActionExecutionResult.Builder> |
ActionExecutionResult.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ActionExecutionOutput.Builder |
ActionExecutionOutput.Builder.executionResult(Consumer<ActionExecutionResult.Builder> executionResult)
Execution result information listed in the output details for an action execution.
|
Copyright © 2023. All rights reserved.