| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchDeleteFeaturedResultsSetError.Builder |
BatchDeleteFeaturedResultsSetError.builder() |
BatchDeleteFeaturedResultsSetError.Builder |
BatchDeleteFeaturedResultsSetError.Builder.errorCode(ErrorCode errorCode)
The error code for why the set of featured results couldn't be removed from the index.
|
BatchDeleteFeaturedResultsSetError.Builder |
BatchDeleteFeaturedResultsSetError.Builder.errorCode(String errorCode)
The error code for why the set of featured results couldn't be removed from the index.
|
BatchDeleteFeaturedResultsSetError.Builder |
BatchDeleteFeaturedResultsSetError.Builder.errorMessage(String errorMessage)
An explanation for why the set of featured results couldn't be removed from the index.
|
BatchDeleteFeaturedResultsSetError.Builder |
BatchDeleteFeaturedResultsSetError.Builder.id(String id)
The identifier of the set of featured results that couldn't be removed from the index.
|
BatchDeleteFeaturedResultsSetError.Builder |
BatchDeleteFeaturedResultsSetError.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDeleteFeaturedResultsSetError.Builder> |
BatchDeleteFeaturedResultsSetError.serializableBuilderClass() |
Copyright © 2023. All rights reserved.