Interface DifferentialPrivacyPreviewAggregation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DifferentialPrivacyPreviewAggregation.Builder,
,DifferentialPrivacyPreviewAggregation> SdkBuilder<DifferentialPrivacyPreviewAggregation.Builder,
,DifferentialPrivacyPreviewAggregation> SdkPojo
- Enclosing class:
DifferentialPrivacyPreviewAggregation
@Mutable
@NotThreadSafe
public static interface DifferentialPrivacyPreviewAggregation.Builder
extends SdkPojo, CopyableBuilder<DifferentialPrivacyPreviewAggregation.Builder,DifferentialPrivacyPreviewAggregation>
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum number of aggregations that the member who can query can run given the epsilon and noise parameters.The type of aggregation function.The type of aggregation function.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
-
type
The type of aggregation function.
- Parameters:
type
- The type of aggregation function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of aggregation function.
- Parameters:
type
- The type of aggregation function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxCount
The maximum number of aggregations that the member who can query can run given the epsilon and noise parameters.
- Parameters:
maxCount
- The maximum number of aggregations that the member who can query can run given the epsilon and noise parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-