| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
FeaturedResultsSet |
FeaturedResultsSet.clone() |
FeaturedResultsSet |
UpdateFeaturedResultsSetResult.getFeaturedResultsSet()
Information on the set of featured results.
|
FeaturedResultsSet |
CreateFeaturedResultsSetResult.getFeaturedResultsSet()
Information on the set of featured results.
|
FeaturedResultsSet |
FeaturedResultsSet.withCreationTimestamp(Long creationTimestamp)
The Unix timestamp when the set of featured results was created.
|
FeaturedResultsSet |
FeaturedResultsSet.withDescription(String description)
The description for the set of featured results.
|
FeaturedResultsSet |
FeaturedResultsSet.withFeaturedDocuments(Collection<FeaturedDocument> featuredDocuments)
The list of document IDs for the documents you want to feature at the top of the search results page.
|
FeaturedResultsSet |
FeaturedResultsSet.withFeaturedDocuments(FeaturedDocument... featuredDocuments)
The list of document IDs for the documents you want to feature at the top of the search results page.
|
FeaturedResultsSet |
FeaturedResultsSet.withFeaturedResultsSetId(String featuredResultsSetId)
The identifier of the set of featured results.
|
FeaturedResultsSet |
FeaturedResultsSet.withFeaturedResultsSetName(String featuredResultsSetName)
The name for the set of featured results.
|
FeaturedResultsSet |
FeaturedResultsSet.withLastUpdatedTimestamp(Long lastUpdatedTimestamp)
The Unix timestamp when the set of featured results was last updated.
|
FeaturedResultsSet |
FeaturedResultsSet.withQueryTexts(Collection<String> queryTexts)
The list of queries for featuring results.
|
FeaturedResultsSet |
FeaturedResultsSet.withQueryTexts(String... queryTexts)
The list of queries for featuring results.
|
FeaturedResultsSet |
FeaturedResultsSet.withStatus(FeaturedResultsSetStatus status)
The current status of the set of featured results.
|
FeaturedResultsSet |
FeaturedResultsSet.withStatus(String status)
The current status of the set of featured results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFeaturedResultsSetResult.setFeaturedResultsSet(FeaturedResultsSet featuredResultsSet)
Information on the set of featured results.
|
void |
CreateFeaturedResultsSetResult.setFeaturedResultsSet(FeaturedResultsSet featuredResultsSet)
Information on the set of featured results.
|
UpdateFeaturedResultsSetResult |
UpdateFeaturedResultsSetResult.withFeaturedResultsSet(FeaturedResultsSet featuredResultsSet)
Information on the set of featured results.
|
CreateFeaturedResultsSetResult |
CreateFeaturedResultsSetResult.withFeaturedResultsSet(FeaturedResultsSet featuredResultsSet)
Information on the set of featured results.
|
Copyright © 2025. All rights reserved.