Interface ListPrivacyBudgetTemplatesResponse.Builder

    • Method Detail

      • nextToken

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