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)
The
ListFaqs operation returns a page of FAQs at a time. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFaqsResponse.Builder nextToken(String nextToken)
The ListFaqs operation returns a page of FAQs at a time. The maximum size of the page is set by
the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Kendra
returns the NextPage token. Include the token in the next request to the ListFaqs
operation to return the next page of FAQs.
nextToken - The ListFaqs operation returns a page of FAQs at a time. The maximum size of the page is
set by the MaxResults parameter. If there are more jobs in the list than the page size,
Amazon Kendra returns the NextPage token. Include the token in the next request to the
ListFaqs operation to return the next page 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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #faqSummaryItems(List) .faqSummaryItems - a consumer that will call methods on List.Builder #faqSummaryItems(List) Copyright © 2020. All rights reserved.