| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static FaqStatistics.Builder |
FaqStatistics.builder() |
FaqStatistics.Builder |
FaqStatistics.Builder.indexedQuestionAnswersCount(Integer indexedQuestionAnswersCount)
The total number of FAQ questions and answers contained in the index.
|
FaqStatistics.Builder |
FaqStatistics.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FaqStatistics.Builder> |
FaqStatistics.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IndexStatistics.Builder |
IndexStatistics.Builder.faqStatistics(Consumer<FaqStatistics.Builder> faqStatistics)
The number of question and answer topics in the index.
|
Copyright © 2021. All rights reserved.