| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static ActionExecutionOutput.Builder |
ActionExecutionOutput.builder() |
ActionExecutionOutput.Builder |
ActionExecutionOutput.Builder.executionResult(ActionExecutionResult executionResult)
Execution result information listed in the output details for an action execution.
|
default ActionExecutionOutput.Builder |
ActionExecutionOutput.Builder.executionResult(Consumer<ActionExecutionResult.Builder> executionResult)
Execution result information listed in the output details for an action execution.
|
ActionExecutionOutput.Builder |
ActionExecutionOutput.Builder.outputArtifacts(ArtifactDetail... outputArtifacts)
Details of output artifacts of the action that correspond to the action execution.
|
ActionExecutionOutput.Builder |
ActionExecutionOutput.Builder.outputArtifacts(Collection<ArtifactDetail> outputArtifacts)
Details of output artifacts of the action that correspond to the action execution.
|
ActionExecutionOutput.Builder |
ActionExecutionOutput.Builder.outputArtifacts(Consumer<ArtifactDetail.Builder>... outputArtifacts)
Details of output artifacts of the action that correspond to the action execution.
|
ActionExecutionOutput.Builder |
ActionExecutionOutput.Builder.outputVariables(Map<String,String> outputVariables)
The outputVariables field shows the key-value pairs that were output as part of that execution.
|
ActionExecutionOutput.Builder |
ActionExecutionOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActionExecutionOutput.Builder> |
ActionExecutionOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.output(Consumer<ActionExecutionOutput.Builder> output)
Output details for the action execution, such as the action execution result.
|
Copyright © 2023. All rights reserved.