| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionResults.Builder |
ExecutionResults.builder() |
ExecutionResults.Builder |
ExecutionResults.Builder.onExceptionSteps(Collection<ExecutionStepResult> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
ExecutionResults.Builder |
ExecutionResults.Builder.onExceptionSteps(Consumer<ExecutionStepResult.Builder>... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
ExecutionResults.Builder |
ExecutionResults.Builder.onExceptionSteps(ExecutionStepResult... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
ExecutionResults.Builder |
ExecutionResults.Builder.steps(Collection<ExecutionStepResult> steps)
Specifies the details for the steps that are in the specified workflow.
|
ExecutionResults.Builder |
ExecutionResults.Builder.steps(Consumer<ExecutionStepResult.Builder>... steps)
Specifies the details for the steps that are in the specified workflow.
|
ExecutionResults.Builder |
ExecutionResults.Builder.steps(ExecutionStepResult... steps)
Specifies the details for the steps that are in the specified workflow.
|
ExecutionResults.Builder |
ExecutionResults.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExecutionResults.Builder> |
ExecutionResults.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribedExecution.Builder |
DescribedExecution.Builder.results(Consumer<ExecutionResults.Builder> results)
A structure that describes the execution results.
|
Copyright © 2023. All rights reserved.