Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.PrivacyBudget.Builder
-
Packages that use PrivacyBudget.Builder Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of PrivacyBudget.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return PrivacyBudget.Builder Modifier and Type Method Description static PrivacyBudget.BuilderPrivacyBudget. builder()default PrivacyBudget.BuilderPrivacyBudget.Builder. differentialPrivacy(Consumer<DifferentialPrivacyPrivacyBudget.Builder> differentialPrivacy)An object that specifies the epsilon parameter and the utility in terms of total aggregations, as well as the remaining aggregations available.PrivacyBudget.BuilderPrivacyBudget.Builder. differentialPrivacy(DifferentialPrivacyPrivacyBudget differentialPrivacy)An object that specifies the epsilon parameter and the utility in terms of total aggregations, as well as the remaining aggregations available.PrivacyBudget.BuilderPrivacyBudget. toBuilder()Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type PrivacyBudget.Builder Modifier and Type Method Description static Class<? extends PrivacyBudget.Builder>PrivacyBudget. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type PrivacyBudget.Builder Modifier and Type Method Description default CollaborationPrivacyBudgetSummary.BuilderCollaborationPrivacyBudgetSummary.Builder. budget(Consumer<PrivacyBudget.Builder> budget)The includes epsilon provided and utility in terms of aggregations.default PrivacyBudgetSummary.BuilderPrivacyBudgetSummary.Builder. budget(Consumer<PrivacyBudget.Builder> budget)The provided privacy budget.
-