Uses of Interface
software.amazon.awssdk.services.finspace.model.ErrorInfo.Builder
-
Packages that use ErrorInfo.Builder Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of ErrorInfo.Builder in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return ErrorInfo.Builder Modifier and Type Method Description static ErrorInfo.BuilderErrorInfo. builder()ErrorInfo.BuilderErrorInfo.Builder. errorMessage(String errorMessage)Specifies the error message that appears if a flow fails.ErrorInfo.BuilderErrorInfo.Builder. errorType(String errorType)Specifies the type of error.ErrorInfo.BuilderErrorInfo.Builder. errorType(ErrorDetails errorType)Specifies the type of error.ErrorInfo.BuilderErrorInfo. toBuilder()Methods in software.amazon.awssdk.services.finspace.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.finspace.model with type arguments of type ErrorInfo.Builder Modifier and Type Method Description default CreateKxChangesetResponse.BuilderCreateKxChangesetResponse.Builder. errorInfo(Consumer<ErrorInfo.Builder> errorInfo)The details of the error that you receive when creating a changeset.default GetKxChangesetResponse.BuilderGetKxChangesetResponse.Builder. errorInfo(Consumer<ErrorInfo.Builder> errorInfo)Provides details in the event of a failed flow, including the error type and the related error message.
-