| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static ConflictingItem.Builder |
ConflictingItem.builder() |
ConflictingItem.Builder |
ConflictingItem.Builder.queryText(String queryText)
The text of the conflicting query.
|
ConflictingItem.Builder |
ConflictingItem.Builder.setId(String setId)
The identifier of the set of featured results that the conflicting query belongs to.
|
ConflictingItem.Builder |
ConflictingItem.Builder.setName(String setName)
The name for the set of featured results that the conflicting query belongs to.
|
ConflictingItem.Builder |
ConflictingItem.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConflictingItem.Builder> |
ConflictingItem.serializableBuilderClass() |
Copyright © 2023. All rights reserved.