public static interface ActionExecutionOutput.Builder extends SdkPojo, CopyableBuilder<ActionExecutionOutput.Builder,ActionExecutionOutput>
| Modifier and Type | Method and Description |
|---|---|
ActionExecutionOutput.Builder |
executionResult(ActionExecutionResult executionResult)
Execution result information listed in the output details for an action execution.
|
default ActionExecutionOutput.Builder |
executionResult(Consumer<ActionExecutionResult.Builder> executionResult)
Execution result information listed in the output details for an action execution.
|
ActionExecutionOutput.Builder |
outputArtifacts(ArtifactDetail... outputArtifacts)
Details of output artifacts of the action that correspond to the action execution.
|
ActionExecutionOutput.Builder |
outputArtifacts(Collection<ArtifactDetail> outputArtifacts)
Details of output artifacts of the action that correspond to the action execution.
|
ActionExecutionOutput.Builder |
outputArtifacts(Consumer<ArtifactDetail.Builder>... outputArtifacts)
Details of output artifacts of the action that correspond to the action execution.
|
ActionExecutionOutput.Builder |
outputVariables(Map<String,String> outputVariables)
The outputVariables field shows the key-value pairs that were output as part of that execution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActionExecutionOutput.Builder outputArtifacts(Collection<ArtifactDetail> outputArtifacts)
Details of output artifacts of the action that correspond to the action execution.
outputArtifacts - Details of output artifacts of the action that correspond to the action execution.ActionExecutionOutput.Builder outputArtifacts(ArtifactDetail... outputArtifacts)
Details of output artifacts of the action that correspond to the action execution.
outputArtifacts - Details of output artifacts of the action that correspond to the action execution.ActionExecutionOutput.Builder outputArtifacts(Consumer<ArtifactDetail.Builder>... outputArtifacts)
Details of output artifacts of the action that correspond to the action execution.
This is a convenience method that creates an instance of theArtifactDetail.Builder avoiding the need to create
one manually via ArtifactDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #outputArtifacts(List.
outputArtifacts - a consumer that will call methods on
ArtifactDetail.Builder#outputArtifacts(java.util.Collection) ActionExecutionOutput.Builder executionResult(ActionExecutionResult executionResult)
Execution result information listed in the output details for an action execution.
executionResult - Execution result information listed in the output details for an action execution.default ActionExecutionOutput.Builder executionResult(Consumer<ActionExecutionResult.Builder> executionResult)
Execution result information listed in the output details for an action execution.
This is a convenience method that creates an instance of theActionExecutionResult.Builder avoiding
the need to create one manually via ActionExecutionResult.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to executionResult(ActionExecutionResult).
executionResult - a consumer that will call methods on ActionExecutionResult.BuilderexecutionResult(ActionExecutionResult)ActionExecutionOutput.Builder outputVariables(Map<String,String> outputVariables)
The outputVariables field shows the key-value pairs that were output as part of that execution.
outputVariables - The outputVariables field shows the key-value pairs that were output as part of that execution.Copyright © 2023. All rights reserved.