Interface ListPrivacyBudgetsResponse.Builder

    • Method Detail

      • 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.
      • nextToken

        ListPrivacyBudgetsResponse.Builder nextToken​(String nextToken)

        The token value retrieved from a previous call to access the next page of results.

        Parameters:
        nextToken - The token value retrieved from a previous call to access the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.