Interface ListPrivacyBudgetsResponse.Builder

  • Method Details

    • privacyBudgetSummaries

      ListPrivacyBudgetsResponse.Builder privacyBudgetSummaries(Collection<PrivacyBudgetSummary> privacyBudgetSummaries)

      An array that summarizes the privacy budgets. The summary includes collaboration information, membership information, privacy budget template information, and privacy budget details.

      Parameters:
      privacyBudgetSummaries - An array that summarizes the privacy budgets. The summary includes collaboration information, membership information, privacy budget template information, and privacy budget details.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • privacyBudgetSummaries

      ListPrivacyBudgetsResponse.Builder privacyBudgetSummaries(PrivacyBudgetSummary... privacyBudgetSummaries)

      An array that summarizes the privacy budgets. The summary includes collaboration information, membership information, privacy budget template information, and privacy budget details.

      Parameters:
      privacyBudgetSummaries - An array that summarizes the privacy budgets. The summary includes collaboration information, membership information, privacy budget template information, and privacy budget details.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • privacyBudgetSummaries

      ListPrivacyBudgetsResponse.Builder privacyBudgetSummaries(Consumer<PrivacyBudgetSummary.Builder>... privacyBudgetSummaries)

      An array that summarizes the privacy budgets. The summary includes collaboration information, membership information, privacy budget template information, and privacy budget details.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to privacyBudgetSummaries(List<PrivacyBudgetSummary>).

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

      The pagination token that's used to fetch the next set of results.

      Parameters:
      nextToken - The pagination token that's used to fetch the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.