Interface FaqStatistics.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FaqStatistics.Builder,
,FaqStatistics> SdkBuilder<FaqStatistics.Builder,
,FaqStatistics> SdkPojo
- Enclosing class:
FaqStatistics
@Mutable
@NotThreadSafe
public static interface FaqStatistics.Builder
extends SdkPojo, CopyableBuilder<FaqStatistics.Builder,FaqStatistics>
-
Method Summary
Modifier and TypeMethodDescriptionindexedQuestionAnswersCount
(Integer indexedQuestionAnswersCount) The total number of FAQ questions and answers for an 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, sdkFieldNameToField, sdkFields
-
Method Details
-
indexedQuestionAnswersCount
The total number of FAQ questions and answers for an index.
- Parameters:
indexedQuestionAnswersCount
- The total number of FAQ questions and answers for an index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-