Uses of Interface
software.amazon.awssdk.services.finspacedata.model.DataViewErrorInfo.Builder
-
Packages that use DataViewErrorInfo.Builder Package Description software.amazon.awssdk.services.finspacedata.model -
-
Uses of DataViewErrorInfo.Builder in software.amazon.awssdk.services.finspacedata.model
Methods in software.amazon.awssdk.services.finspacedata.model that return DataViewErrorInfo.Builder Modifier and Type Method Description static DataViewErrorInfo.BuilderDataViewErrorInfo. builder()DataViewErrorInfo.BuilderDataViewErrorInfo.Builder. errorCategory(String errorCategory)The category of the error.DataViewErrorInfo.BuilderDataViewErrorInfo.Builder. errorCategory(ErrorCategory errorCategory)The category of the error.DataViewErrorInfo.BuilderDataViewErrorInfo.Builder. errorMessage(String errorMessage)The text of the error message.DataViewErrorInfo.BuilderDataViewErrorInfo. toBuilder()Methods in software.amazon.awssdk.services.finspacedata.model that return types with arguments of type DataViewErrorInfo.Builder Modifier and Type Method Description static Class<? extends DataViewErrorInfo.Builder>DataViewErrorInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.finspacedata.model with type arguments of type DataViewErrorInfo.Builder Modifier and Type Method Description default DataViewSummary.BuilderDataViewSummary.Builder. errorInfo(Consumer<DataViewErrorInfo.Builder> errorInfo)The structure with error messages.default GetDataViewResponse.BuilderGetDataViewResponse.Builder. errorInfo(Consumer<DataViewErrorInfo.Builder> errorInfo)Information about an error that occurred for the Dataview.
-