Interface DifferentialPrivacyPrivacyBudgetAggregation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DifferentialPrivacyPrivacyBudgetAggregation.Builder,DifferentialPrivacyPrivacyBudgetAggregation>,SdkBuilder<DifferentialPrivacyPrivacyBudgetAggregation.Builder,DifferentialPrivacyPrivacyBudgetAggregation>,SdkPojo
- Enclosing class:
- DifferentialPrivacyPrivacyBudgetAggregation
public static interface DifferentialPrivacyPrivacyBudgetAggregation.Builder extends SdkPojo, CopyableBuilder<DifferentialPrivacyPrivacyBudgetAggregation.Builder,DifferentialPrivacyPrivacyBudgetAggregation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DifferentialPrivacyPrivacyBudgetAggregation.BuildermaxCount(Integer maxCount)The maximum number of aggregation functions that you can perform with the given privacy budget.DifferentialPrivacyPrivacyBudgetAggregation.BuilderremainingCount(Integer remainingCount)The remaining number of aggregation functions that can be run with the available privacy budget.DifferentialPrivacyPrivacyBudgetAggregation.Buildertype(String type)The different types of aggregation functions that you can perform.DifferentialPrivacyPrivacyBudgetAggregation.Buildertype(DifferentialPrivacyAggregationType type)The different types of aggregation functions that you can perform.-
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
DifferentialPrivacyPrivacyBudgetAggregation.Builder type(String type)
The different types of aggregation functions that you can perform.
- Parameters:
type- The different types of aggregation functions that you can perform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DifferentialPrivacyAggregationType,DifferentialPrivacyAggregationType
-
type
DifferentialPrivacyPrivacyBudgetAggregation.Builder type(DifferentialPrivacyAggregationType type)
The different types of aggregation functions that you can perform.
- Parameters:
type- The different types of aggregation functions that you can perform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DifferentialPrivacyAggregationType,DifferentialPrivacyAggregationType
-
maxCount
DifferentialPrivacyPrivacyBudgetAggregation.Builder maxCount(Integer maxCount)
The maximum number of aggregation functions that you can perform with the given privacy budget.
- Parameters:
maxCount- The maximum number of aggregation functions that you can perform with the given privacy budget.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remainingCount
DifferentialPrivacyPrivacyBudgetAggregation.Builder remainingCount(Integer remainingCount)
The remaining number of aggregation functions that can be run with the available privacy budget.
- Parameters:
remainingCount- The remaining number of aggregation functions that can be run with the available privacy budget.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-