Interface FaqStatistics.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FaqStatistics.Builder,FaqStatistics>,SdkBuilder<FaqStatistics.Builder,FaqStatistics>,SdkPojo
- Enclosing class:
- FaqStatistics
public static interface FaqStatistics.Builder extends SdkPojo, CopyableBuilder<FaqStatistics.Builder,FaqStatistics>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FaqStatistics.BuilderindexedQuestionAnswersCount(Integer indexedQuestionAnswersCount)The total number of FAQ questions and answers contained in the index.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
indexedQuestionAnswersCount
FaqStatistics.Builder indexedQuestionAnswersCount(Integer indexedQuestionAnswersCount)
The total number of FAQ questions and answers contained in the index.
- Parameters:
indexedQuestionAnswersCount- The total number of FAQ questions and answers contained in the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-