public static interface ExecutionResults.Builder extends SdkPojo, CopyableBuilder<ExecutionResults.Builder,ExecutionResults>
| Modifier and Type | Method and Description |
|---|---|
ExecutionResults.Builder |
onExceptionSteps(Collection<ExecutionStepResult> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
ExecutionResults.Builder |
onExceptionSteps(Consumer<ExecutionStepResult.Builder>... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
ExecutionResults.Builder |
onExceptionSteps(ExecutionStepResult... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
ExecutionResults.Builder |
steps(Collection<ExecutionStepResult> steps)
Specifies the details for the steps that are in the specified workflow.
|
ExecutionResults.Builder |
steps(Consumer<ExecutionStepResult.Builder>... steps)
Specifies the details for the steps that are in the specified workflow.
|
ExecutionResults.Builder |
steps(ExecutionStepResult... steps)
Specifies the details for the steps that are in the specified workflow.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExecutionResults.Builder steps(Collection<ExecutionStepResult> steps)
Specifies the details for the steps that are in the specified workflow.
steps - Specifies the details for the steps that are in the specified workflow.ExecutionResults.Builder steps(ExecutionStepResult... steps)
Specifies the details for the steps that are in the specified workflow.
steps - Specifies the details for the steps that are in the specified workflow.ExecutionResults.Builder steps(Consumer<ExecutionStepResult.Builder>... steps)
Specifies the details for the steps that are in the specified workflow.
This is a convenience method that creates an instance of theExecutionStepResult.Builder avoiding the need to
create one manually via ExecutionStepResult.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #steps(List.
steps - a consumer that will call methods on
ExecutionStepResult.Builder#steps(java.util.Collection) ExecutionResults.Builder onExceptionSteps(Collection<ExecutionStepResult> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
onExceptionSteps - Specifies the steps (actions) to take if errors are encountered during execution of the workflow.ExecutionResults.Builder onExceptionSteps(ExecutionStepResult... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
onExceptionSteps - Specifies the steps (actions) to take if errors are encountered during execution of the workflow.ExecutionResults.Builder onExceptionSteps(Consumer<ExecutionStepResult.Builder>... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
This is a convenience method that creates an instance of theExecutionStepResult.Builder avoiding the need to
create one manually via ExecutionStepResult.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #onExceptionSteps(List.
onExceptionSteps - a consumer that will call methods on
ExecutionStepResult.Builder#onExceptionSteps(java.util.Collection) Copyright © 2023. All rights reserved.