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() |
|