Uses of Interface
software.amazon.awssdk.services.kendra.model.ListFaqsResponse.Builder
-
Packages that use ListFaqsResponse.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of ListFaqsResponse.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return ListFaqsResponse.Builder Modifier and Type Method Description static ListFaqsResponse.BuilderListFaqsResponse. builder()ListFaqsResponse.BuilderListFaqsResponse.Builder. faqSummaryItems(Collection<FaqSummary> faqSummaryItems)information about the FAQs associated with the specified index.ListFaqsResponse.BuilderListFaqsResponse.Builder. faqSummaryItems(Consumer<FaqSummary.Builder>... faqSummaryItems)information about the FAQs associated with the specified index.ListFaqsResponse.BuilderListFaqsResponse.Builder. faqSummaryItems(FaqSummary... faqSummaryItems)information about the FAQs associated with the specified index.ListFaqsResponse.BuilderListFaqsResponse.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.ListFaqsResponse.BuilderListFaqsResponse. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type ListFaqsResponse.Builder Modifier and Type Method Description static Class<? extends ListFaqsResponse.Builder>ListFaqsResponse. serializableBuilderClass()
-