| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
static DataViewErrorInfo.Builder |
DataViewErrorInfo.builder() |
DataViewErrorInfo.Builder |
DataViewErrorInfo.Builder.errorCategory(ErrorCategory errorCategory)
The category of the error.
|
DataViewErrorInfo.Builder |
DataViewErrorInfo.Builder.errorCategory(String errorCategory)
The category of the error.
|
DataViewErrorInfo.Builder |
DataViewErrorInfo.Builder.errorMessage(String errorMessage)
The text of the error message.
|
DataViewErrorInfo.Builder |
DataViewErrorInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataViewErrorInfo.Builder> |
DataViewErrorInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetDataViewResponse.Builder |
GetDataViewResponse.Builder.errorInfo(Consumer<DataViewErrorInfo.Builder> errorInfo)
Information about an error that occurred for the Dataview.
|
default DataViewSummary.Builder |
DataViewSummary.Builder.errorInfo(Consumer<DataViewErrorInfo.Builder> errorInfo)
The structure with error messages.
|
Copyright © 2021. All rights reserved.