public static interface DescribeFeaturedResultsSetResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<DescribeFeaturedResultsSetResponse.Builder,DescribeFeaturedResultsSetResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeFeaturedResultsSetResponse.Builder |
creationTimestamp(Long creationTimestamp)
The Unix timestamp when the set of the featured results was created.
|
DescribeFeaturedResultsSetResponse.Builder |
description(String description)
The description for the set of featured results.
|
DescribeFeaturedResultsSetResponse.Builder |
featuredDocumentsMissing(Collection<FeaturedDocumentMissing> featuredDocumentsMissing)
The list of document IDs that don't exist but you have specified as featured documents.
|
DescribeFeaturedResultsSetResponse.Builder |
featuredDocumentsMissing(Consumer<FeaturedDocumentMissing.Builder>... featuredDocumentsMissing)
The list of document IDs that don't exist but you have specified as featured documents.
|
DescribeFeaturedResultsSetResponse.Builder |
featuredDocumentsMissing(FeaturedDocumentMissing... featuredDocumentsMissing)
The list of document IDs that don't exist but you have specified as featured documents.
|
DescribeFeaturedResultsSetResponse.Builder |
featuredDocumentsWithMetadata(Collection<FeaturedDocumentWithMetadata> featuredDocumentsWithMetadata)
The list of document IDs for the documents you want to feature with their metadata information.
|
DescribeFeaturedResultsSetResponse.Builder |
featuredDocumentsWithMetadata(Consumer<FeaturedDocumentWithMetadata.Builder>... featuredDocumentsWithMetadata)
The list of document IDs for the documents you want to feature with their metadata information.
|
DescribeFeaturedResultsSetResponse.Builder |
featuredDocumentsWithMetadata(FeaturedDocumentWithMetadata... featuredDocumentsWithMetadata)
The list of document IDs for the documents you want to feature with their metadata information.
|
DescribeFeaturedResultsSetResponse.Builder |
featuredResultsSetId(String featuredResultsSetId)
The identifier of the set of featured results.
|
DescribeFeaturedResultsSetResponse.Builder |
featuredResultsSetName(String featuredResultsSetName)
The name for the set of featured results.
|
DescribeFeaturedResultsSetResponse.Builder |
lastUpdatedTimestamp(Long lastUpdatedTimestamp)
The timestamp when the set of featured results was last updated.
|
DescribeFeaturedResultsSetResponse.Builder |
queryTexts(Collection<String> queryTexts)
The list of queries for featuring results.
|
DescribeFeaturedResultsSetResponse.Builder |
queryTexts(String... queryTexts)
The list of queries for featuring results.
|
DescribeFeaturedResultsSetResponse.Builder |
status(FeaturedResultsSetStatus status)
The current status of the set of featured results.
|
DescribeFeaturedResultsSetResponse.Builder |
status(String status)
The current status of the set of featured results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFeaturedResultsSetResponse.Builder featuredResultsSetId(String featuredResultsSetId)
The identifier of the set of featured results.
featuredResultsSetId - The identifier of the set of featured results.DescribeFeaturedResultsSetResponse.Builder featuredResultsSetName(String featuredResultsSetName)
The name for the set of featured results.
featuredResultsSetName - The name for the set of featured results.DescribeFeaturedResultsSetResponse.Builder description(String description)
The description for the set of featured results.
description - The description for the set of featured results.DescribeFeaturedResultsSetResponse.Builder status(String status)
The current status of the set of featured results. When the value is ACTIVE, featured results
are ready for use. You can still configure your settings before setting the status to ACTIVE.
You can set the status to ACTIVE or INACTIVE using the UpdateFeaturedResultsSet API. The queries you specify for featured results must be unique per featured
results set for each index, whether the status is ACTIVE or INACTIVE.
status - The current status of the set of featured results. When the value is ACTIVE, featured
results are ready for use. You can still configure your settings before setting the status to
ACTIVE. You can set the status to ACTIVE or INACTIVE using the
UpdateFeaturedResultsSet API. The queries you specify for featured results must be unique per
featured results set for each index, whether the status is ACTIVE or
INACTIVE.FeaturedResultsSetStatus,
FeaturedResultsSetStatusDescribeFeaturedResultsSetResponse.Builder status(FeaturedResultsSetStatus status)
The current status of the set of featured results. When the value is ACTIVE, featured results
are ready for use. You can still configure your settings before setting the status to ACTIVE.
You can set the status to ACTIVE or INACTIVE using the UpdateFeaturedResultsSet API. The queries you specify for featured results must be unique per featured
results set for each index, whether the status is ACTIVE or INACTIVE.
status - The current status of the set of featured results. When the value is ACTIVE, featured
results are ready for use. You can still configure your settings before setting the status to
ACTIVE. You can set the status to ACTIVE or INACTIVE using the
UpdateFeaturedResultsSet API. The queries you specify for featured results must be unique per
featured results set for each index, whether the status is ACTIVE or
INACTIVE.FeaturedResultsSetStatus,
FeaturedResultsSetStatusDescribeFeaturedResultsSetResponse.Builder queryTexts(Collection<String> queryTexts)
The list of queries for featuring results. For more information on the list of queries, see FeaturedResultsSet.
queryTexts - The list of queries for featuring results. For more information on the list of queries, see FeaturedResultsSet.DescribeFeaturedResultsSetResponse.Builder queryTexts(String... queryTexts)
The list of queries for featuring results. For more information on the list of queries, see FeaturedResultsSet.
queryTexts - The list of queries for featuring results. For more information on the list of queries, see FeaturedResultsSet.DescribeFeaturedResultsSetResponse.Builder featuredDocumentsWithMetadata(Collection<FeaturedDocumentWithMetadata> featuredDocumentsWithMetadata)
The list of document IDs for the documents you want to feature with their metadata information. For more information on the list of featured documents, see FeaturedResultsSet.
featuredDocumentsWithMetadata - The list of document IDs for the documents you want to feature with their metadata information. For
more information on the list of featured documents, see FeaturedResultsSet.DescribeFeaturedResultsSetResponse.Builder featuredDocumentsWithMetadata(FeaturedDocumentWithMetadata... featuredDocumentsWithMetadata)
The list of document IDs for the documents you want to feature with their metadata information. For more information on the list of featured documents, see FeaturedResultsSet.
featuredDocumentsWithMetadata - The list of document IDs for the documents you want to feature with their metadata information. For
more information on the list of featured documents, see FeaturedResultsSet.DescribeFeaturedResultsSetResponse.Builder featuredDocumentsWithMetadata(Consumer<FeaturedDocumentWithMetadata.Builder>... featuredDocumentsWithMetadata)
The list of document IDs for the documents you want to feature with their metadata information. For more information on the list of featured documents, see FeaturedResultsSet.
This is a convenience method that creates an instance of theFeaturedDocumentWithMetadata.Builder avoiding the need
to create one manually via
FeaturedDocumentWithMetadata.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #featuredDocumentsWithMetadata(List.
featuredDocumentsWithMetadata - a consumer that will call methods on
FeaturedDocumentWithMetadata.Builder#featuredDocumentsWithMetadata(java.util.Collection) DescribeFeaturedResultsSetResponse.Builder featuredDocumentsMissing(Collection<FeaturedDocumentMissing> featuredDocumentsMissing)
The list of document IDs that don't exist but you have specified as featured documents. Amazon Kendra cannot feature these documents if they don't exist in the index. You can check the status of a document and its ID or check for documents with status errors using the BatchGetDocumentStatus API.
featuredDocumentsMissing - The list of document IDs that don't exist but you have specified as featured documents. Amazon Kendra
cannot feature these documents if they don't exist in the index. You can check the status of a
document and its ID or check for documents with status errors using the BatchGetDocumentStatus API.DescribeFeaturedResultsSetResponse.Builder featuredDocumentsMissing(FeaturedDocumentMissing... featuredDocumentsMissing)
The list of document IDs that don't exist but you have specified as featured documents. Amazon Kendra cannot feature these documents if they don't exist in the index. You can check the status of a document and its ID or check for documents with status errors using the BatchGetDocumentStatus API.
featuredDocumentsMissing - The list of document IDs that don't exist but you have specified as featured documents. Amazon Kendra
cannot feature these documents if they don't exist in the index. You can check the status of a
document and its ID or check for documents with status errors using the BatchGetDocumentStatus API.DescribeFeaturedResultsSetResponse.Builder featuredDocumentsMissing(Consumer<FeaturedDocumentMissing.Builder>... featuredDocumentsMissing)
The list of document IDs that don't exist but you have specified as featured documents. Amazon Kendra cannot feature these documents if they don't exist in the index. You can check the status of a document and its ID or check for documents with status errors using the BatchGetDocumentStatus API.
This is a convenience method that creates an instance of theFeaturedDocumentMissing.Builder avoiding the need to
create one manually via
FeaturedDocumentMissing.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #featuredDocumentsMissing(List.
featuredDocumentsMissing - a consumer that will call methods on
FeaturedDocumentMissing.Builder#featuredDocumentsMissing(java.util.Collection) DescribeFeaturedResultsSetResponse.Builder lastUpdatedTimestamp(Long lastUpdatedTimestamp)
The timestamp when the set of featured results was last updated.
lastUpdatedTimestamp - The timestamp when the set of featured results was last updated.DescribeFeaturedResultsSetResponse.Builder creationTimestamp(Long creationTimestamp)
The Unix timestamp when the set of the featured results was created.
creationTimestamp - The Unix timestamp when the set of the featured results was created.Copyright © 2023. All rights reserved.