Uses of Interface
software.amazon.awssdk.services.quicksight.model.DataSourceErrorInfo.Builder
-
Packages that use DataSourceErrorInfo.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DataSourceErrorInfo.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DataSourceErrorInfo.Builder Modifier and Type Method Description static DataSourceErrorInfo.BuilderDataSourceErrorInfo. builder()DataSourceErrorInfo.BuilderDataSourceErrorInfo.Builder. message(String message)Error message.DataSourceErrorInfo.BuilderDataSourceErrorInfo. toBuilder()DataSourceErrorInfo.BuilderDataSourceErrorInfo.Builder. type(String type)Error type.DataSourceErrorInfo.BuilderDataSourceErrorInfo.Builder. type(DataSourceErrorInfoType type)Error type.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DataSourceErrorInfo.Builder Modifier and Type Method Description static Class<? extends DataSourceErrorInfo.Builder>DataSourceErrorInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DataSourceErrorInfo.Builder Modifier and Type Method Description default DataSource.BuilderDataSource.Builder. errorInfo(Consumer<DataSourceErrorInfo.Builder> errorInfo)Error information from the last update or the creation of the data source.
-