Package com.pulumi.aws.kendra.outputs
Class IndexIndexStatisticFaqStatistic
- java.lang.Object
-
- com.pulumi.aws.kendra.outputs.IndexIndexStatisticFaqStatistic
-
public final class IndexIndexStatisticFaqStatistic extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IndexIndexStatisticFaqStatistic.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndexIndexStatisticFaqStatistic.Builder
builder()
static IndexIndexStatisticFaqStatistic.Builder
builder(IndexIndexStatisticFaqStatistic defaults)
java.util.Optional<java.lang.Integer>
indexedQuestionAnswersCount()
-
-
-
Method Detail
-
indexedQuestionAnswersCount
public java.util.Optional<java.lang.Integer> indexedQuestionAnswersCount()
- Returns:
- The total number of FAQ questions and answers contained in the index.
-
builder
public static IndexIndexStatisticFaqStatistic.Builder builder()
-
builder
public static IndexIndexStatisticFaqStatistic.Builder builder(IndexIndexStatisticFaqStatistic defaults)
-
-