Interface ListPrivacyBudgetTemplatesResponse.Builder

    • Method Detail

      • nextToken

        ListPrivacyBudgetTemplatesResponse.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.
      • privacyBudgetTemplateSummaries

        ListPrivacyBudgetTemplatesResponse.Builder privacyBudgetTemplateSummaries​(Collection<PrivacyBudgetTemplateSummary> privacyBudgetTemplateSummaries)

        An array that summarizes the privacy budget templates. The summary includes collaboration information, creation information, and privacy budget type.

        Parameters:
        privacyBudgetTemplateSummaries - An array that summarizes the privacy budget templates. The summary includes collaboration information, creation information, and privacy budget type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privacyBudgetTemplateSummaries

        ListPrivacyBudgetTemplatesResponse.Builder privacyBudgetTemplateSummaries​(PrivacyBudgetTemplateSummary... privacyBudgetTemplateSummaries)

        An array that summarizes the privacy budget templates. The summary includes collaboration information, creation information, and privacy budget type.

        Parameters:
        privacyBudgetTemplateSummaries - An array that summarizes the privacy budget templates. The summary includes collaboration information, creation information, and privacy budget type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.