Uses of Interface
software.amazon.awssdk.services.kendra.model.IndexStatistics.Builder
-
Packages that use IndexStatistics.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of IndexStatistics.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return IndexStatistics.Builder Modifier and Type Method Description static IndexStatistics.BuilderIndexStatistics. builder()default IndexStatistics.BuilderIndexStatistics.Builder. faqStatistics(Consumer<FaqStatistics.Builder> faqStatistics)The number of question and answer topics in the index.IndexStatistics.BuilderIndexStatistics.Builder. faqStatistics(FaqStatistics faqStatistics)The number of question and answer topics in the index.default IndexStatistics.BuilderIndexStatistics.Builder. textDocumentStatistics(Consumer<TextDocumentStatistics.Builder> textDocumentStatistics)The number of text documents indexed.IndexStatistics.BuilderIndexStatistics.Builder. textDocumentStatistics(TextDocumentStatistics textDocumentStatistics)The number of text documents indexed.IndexStatistics.BuilderIndexStatistics. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type IndexStatistics.Builder Modifier and Type Method Description static Class<? extends IndexStatistics.Builder>IndexStatistics. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type IndexStatistics.Builder Modifier and Type Method Description default DescribeIndexResponse.BuilderDescribeIndexResponse.Builder. indexStatistics(Consumer<IndexStatistics.Builder> indexStatistics)Provides information about the number of FAQ questions and answers and the number of text documents indexed.
-