Uses of Interface
software.amazon.awssdk.services.appflow.model.ErrorInfo.Builder
-
Packages that use ErrorInfo.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of ErrorInfo.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return ErrorInfo.Builder Modifier and Type Method Description static ErrorInfo.BuilderErrorInfo. builder()ErrorInfo.BuilderErrorInfo.Builder. executionMessage(String executionMessage)Specifies the error message that appears if a flow fails.ErrorInfo.BuilderErrorInfo.Builder. putFailuresCount(Long putFailuresCount)Specifies the failure count for the attempted flow.ErrorInfo.BuilderErrorInfo. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type ErrorInfo.Builder Modifier and Type Method Description static Class<? extends ErrorInfo.Builder>ErrorInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type ErrorInfo.Builder Modifier and Type Method Description default ExecutionResult.BuilderExecutionResult.Builder. errorInfo(Consumer<ErrorInfo.Builder> errorInfo)Provides any error message information related to the flow run.
-