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