| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionError.Builder |
ExecutionError.builder() |
ExecutionError.Builder |
ExecutionError.Builder.message(String message)
Specifies the descriptive message that corresponds to the
ErrorType. |
ExecutionError.Builder |
ExecutionError.toBuilder() |
ExecutionError.Builder |
ExecutionError.Builder.type(ExecutionErrorType type)
Specifies the error type.
|
ExecutionError.Builder |
ExecutionError.Builder.type(String type)
Specifies the error type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExecutionError.Builder> |
ExecutionError.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExecutionStepResult.Builder |
ExecutionStepResult.Builder.error(Consumer<ExecutionError.Builder> error)
Specifies the details for an error, if it occurred during execution of the specified workflow step.
|
Copyright © 2023. All rights reserved.