| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionStepResult.Builder |
ExecutionStepResult.builder() |
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.
|
ExecutionStepResult.Builder |
ExecutionStepResult.Builder.error(ExecutionError error)
Specifies the details for an error, if it occurred during execution of the specified workflow step.
|
ExecutionStepResult.Builder |
ExecutionStepResult.Builder.outputs(String outputs)
The values for the key/value pair applied as a tag to the file.
|
ExecutionStepResult.Builder |
ExecutionStepResult.Builder.stepType(String stepType)
One of the available step types.
|
ExecutionStepResult.Builder |
ExecutionStepResult.Builder.stepType(WorkflowStepType stepType)
One of the available step types.
|
ExecutionStepResult.Builder |
ExecutionStepResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExecutionStepResult.Builder> |
ExecutionStepResult.serializableBuilderClass() |
Copyright © 2023. All rights reserved.