Interface CreatePrivacyBudgetTemplateRequest.Builder

    • Method Detail

      • membershipIdentifier

        CreatePrivacyBudgetTemplateRequest.Builder membershipIdentifier​(String membershipIdentifier)

        A unique identifier for one of your memberships for a collaboration. The privacy budget template is created in the collaboration that this membership belongs to. Accepts a membership ID.

        Parameters:
        membershipIdentifier - A unique identifier for one of your memberships for a collaboration. The privacy budget template is created in the collaboration that this membership belongs to. Accepts a membership ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • autoRefresh

        CreatePrivacyBudgetTemplateRequest.Builder autoRefresh​(String autoRefresh)

        How often the privacy budget refreshes.

        If you plan to regularly bring new data into the collaboration, you can use CALENDAR_MONTH to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queries across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.

        Parameters:
        autoRefresh - How often the privacy budget refreshes.

        If you plan to regularly bring new data into the collaboration, you can use CALENDAR_MONTH to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queries across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PrivacyBudgetTemplateAutoRefresh, PrivacyBudgetTemplateAutoRefresh
      • autoRefresh

        CreatePrivacyBudgetTemplateRequest.Builder autoRefresh​(PrivacyBudgetTemplateAutoRefresh autoRefresh)

        How often the privacy budget refreshes.

        If you plan to regularly bring new data into the collaboration, you can use CALENDAR_MONTH to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queries across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.

        Parameters:
        autoRefresh - How often the privacy budget refreshes.

        If you plan to regularly bring new data into the collaboration, you can use CALENDAR_MONTH to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queries across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PrivacyBudgetTemplateAutoRefresh, PrivacyBudgetTemplateAutoRefresh
      • tags

        CreatePrivacyBudgetTemplateRequest.Builder tags​(Map<String,​String> tags)

        An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

        Parameters:
        tags - An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.