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