Interface PreviewPrivacyImpactResponse.Builder

  • Method Details

    • privacyImpact

      An estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters. This does not change the privacy budget.

      Parameters:
      privacyImpact - An estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters. This does not change the privacy budget.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • privacyImpact

      An estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters. This does not change the privacy budget.

      This is a convenience method that creates an instance of the PrivacyImpact.Builder avoiding the need to create one manually via PrivacyImpact.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to privacyImpact(PrivacyImpact).

      Parameters:
      privacyImpact - a consumer that will call methods on PrivacyImpact.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: