Uses of Interface
software.amazon.awssdk.services.transfer.model.ExecutionError.Builder
-
Packages that use ExecutionError.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of ExecutionError.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return ExecutionError.Builder Modifier and Type Method Description static ExecutionError.BuilderExecutionError. builder()ExecutionError.BuilderExecutionError.Builder. message(String message)Specifies the descriptive message that corresponds to theErrorType.ExecutionError.BuilderExecutionError. toBuilder()ExecutionError.BuilderExecutionError.Builder. type(String type)Specifies the error type.ExecutionError.BuilderExecutionError.Builder. type(ExecutionErrorType type)Specifies the error type.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ExecutionError.Builder Modifier and Type Method Description static Class<? extends ExecutionError.Builder>ExecutionError. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type ExecutionError.Builder Modifier and Type Method Description default ExecutionStepResult.BuilderExecutionStepResult.Builder. error(Consumer<ExecutionError.Builder> error)Specifies the details for an error, if it occurred during execution of the specified workflow step.
-