public static interface ListFaqsResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<ListFaqsResponse.Builder,ListFaqsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFaqsResponse.Builder |
faqSummaryItems(Collection<FaqSummary> faqSummaryItems)
information about the FAQs associated with the specified index.
|
ListFaqsResponse.Builder |
faqSummaryItems(Consumer<FaqSummary.Builder>... faqSummaryItems)
information about the FAQs associated with the specified index.
|
ListFaqsResponse.Builder |
faqSummaryItems(FaqSummary... faqSummaryItems)
information about the FAQs associated with the specified index.
|
ListFaqsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to
retrieve the next set of FAQs.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFaqsResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of FAQs.
nextToken - If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent
request to retrieve the next set of FAQs.ListFaqsResponse.Builder faqSummaryItems(Collection<FaqSummary> faqSummaryItems)
information about the FAQs associated with the specified index.
faqSummaryItems - information about the FAQs associated with the specified index.ListFaqsResponse.Builder faqSummaryItems(FaqSummary... faqSummaryItems)
information about the FAQs associated with the specified index.
faqSummaryItems - information about the FAQs associated with the specified index.ListFaqsResponse.Builder faqSummaryItems(Consumer<FaqSummary.Builder>... faqSummaryItems)
information about the FAQs associated with the specified index.
This is a convenience method that creates an instance of theFaqSummary.Builder avoiding the need to create one
manually via FaqSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #faqSummaryItems(List.
faqSummaryItems - a consumer that will call methods on
FaqSummary.Builder#faqSummaryItems(java.util.Collection) Copyright © 2023. All rights reserved.