| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ConflictingItem |
ConflictingItem.clone() |
ConflictingItem |
ConflictingItem.withQueryText(String queryText)
The text of the conflicting query.
|
ConflictingItem |
ConflictingItem.withSetId(String setId)
The identifier of the set of featured results that the conflicting query belongs to.
|
ConflictingItem |
ConflictingItem.withSetName(String setName)
The name for the set of featured results that the conflicting query belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConflictingItem> |
FeaturedResultsConflictException.getConflictingItems()
A list of the conflicting queries, including the query text, the name for the featured results set, and the
identifier of the featured results set.
|
| Modifier and Type | Method and Description |
|---|---|
FeaturedResultsConflictException |
FeaturedResultsConflictException.withConflictingItems(ConflictingItem... conflictingItems)
A list of the conflicting queries, including the query text, the name for the featured results set, and the
identifier of the featured results set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeaturedResultsConflictException.setConflictingItems(Collection<ConflictingItem> conflictingItems)
A list of the conflicting queries, including the query text, the name for the featured results set, and the
identifier of the featured results set.
|
FeaturedResultsConflictException |
FeaturedResultsConflictException.withConflictingItems(Collection<ConflictingItem> conflictingItems)
A list of the conflicting queries, including the query text, the name for the featured results set, and the
identifier of the featured results set.
|
Copyright © 2023. All rights reserved.