| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static ErrorInfo.Builder |
ErrorInfo.builder() |
ErrorInfo.Builder |
ErrorInfo.Builder.message(String message)
Error message.
|
ErrorInfo.Builder |
ErrorInfo.toBuilder() |
ErrorInfo.Builder |
ErrorInfo.Builder.type(IngestionErrorType type)
Error type.
|
ErrorInfo.Builder |
ErrorInfo.Builder.type(String type)
Error type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ErrorInfo.Builder> |
ErrorInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Ingestion.Builder |
Ingestion.Builder.errorInfo(Consumer<ErrorInfo.Builder> errorInfo)
Error information for this ingestion.
|
Copyright © 2020. All rights reserved.