Uses of Interface
software.amazon.awssdk.services.quicksight.model.ErrorInfo.Builder
-
Packages that use ErrorInfo.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ErrorInfo.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ErrorInfo.Builder Modifier and Type Method Description static ErrorInfo.BuilderErrorInfo. builder()ErrorInfo.BuilderErrorInfo.Builder. message(String message)Error message.ErrorInfo.BuilderErrorInfo. toBuilder()ErrorInfo.BuilderErrorInfo.Builder. type(String type)Error type.ErrorInfo.BuilderErrorInfo.Builder. type(IngestionErrorType type)Error type.Methods in software.amazon.awssdk.services.quicksight.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.quicksight.model with type arguments of type ErrorInfo.Builder Modifier and Type Method Description default Ingestion.BuilderIngestion.Builder. errorInfo(Consumer<ErrorInfo.Builder> errorInfo)Error information for this ingestion.
-