Interface DifferentialPrivacyPreviewAggregation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DifferentialPrivacyPreviewAggregation.Builder,DifferentialPrivacyPreviewAggregation>,SdkBuilder<DifferentialPrivacyPreviewAggregation.Builder,DifferentialPrivacyPreviewAggregation>,SdkPojo
- Enclosing class:
- DifferentialPrivacyPreviewAggregation
public static interface DifferentialPrivacyPreviewAggregation.Builder extends SdkPojo, CopyableBuilder<DifferentialPrivacyPreviewAggregation.Builder,DifferentialPrivacyPreviewAggregation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DifferentialPrivacyPreviewAggregation.BuildermaxCount(Integer maxCount)The maximum number of aggregations that the member who can query can run given the epsilon and noise parameters.DifferentialPrivacyPreviewAggregation.Buildertype(String type)The type of aggregation function.DifferentialPrivacyPreviewAggregation.Buildertype(DifferentialPrivacyAggregationType type)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, sdkFields
-
-
-
-
Method Detail
-
type
DifferentialPrivacyPreviewAggregation.Builder type(String 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:
DifferentialPrivacyAggregationType,DifferentialPrivacyAggregationType
-
type
DifferentialPrivacyPreviewAggregation.Builder type(DifferentialPrivacyAggregationType 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:
DifferentialPrivacyAggregationType,DifferentialPrivacyAggregationType
-
maxCount
DifferentialPrivacyPreviewAggregation.Builder maxCount(Integer 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.
-
-