Uses of Interface
software.amazon.awssdk.services.kendra.model.FaqStatistics.Builder
-
Packages that use FaqStatistics.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of FaqStatistics.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return FaqStatistics.Builder Modifier and Type Method Description static FaqStatistics.BuilderFaqStatistics. builder()FaqStatistics.BuilderFaqStatistics.Builder. indexedQuestionAnswersCount(Integer indexedQuestionAnswersCount)The total number of FAQ questions and answers contained in the index.FaqStatistics.BuilderFaqStatistics. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type FaqStatistics.Builder Modifier and Type Method Description static Class<? extends FaqStatistics.Builder>FaqStatistics. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type FaqStatistics.Builder Modifier and Type Method Description default IndexStatistics.BuilderIndexStatistics.Builder. faqStatistics(Consumer<FaqStatistics.Builder> faqStatistics)The number of question and answer topics in the index.
-