Interface StatisticsSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StatisticsSummary.Builder,
,StatisticsSummary> SdkBuilder<StatisticsSummary.Builder,
,StatisticsSummary> SdkPojo
- Enclosing class:
StatisticsSummary
@Mutable
@NotThreadSafe
public static interface StatisticsSummary.Builder
extends SdkPojo, CopyableBuilder<StatisticsSummary.Builder,StatisticsSummary>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceCount
(Integer instanceCount) The total number of characteristic-set instances.predicateCount
(Integer predicateCount) The total number of unique predicates.signatureCount
(Integer signatureCount) The total number of signatures across all characteristic sets.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
-
signatureCount
The total number of signatures across all characteristic sets.
- Parameters:
signatureCount
- The total number of signatures across all characteristic sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceCount
The total number of characteristic-set instances.
- Parameters:
instanceCount
- The total number of characteristic-set instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
predicateCount
The total number of unique predicates.
- Parameters:
predicateCount
- The total number of unique predicates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-