Interface CollaborationPrivacyBudgetSummary.Builder

    • Method Detail

      • id

        CollaborationPrivacyBudgetSummary.Builder id​(String id)

        The unique identifier of the collaboration privacy budget.

        Parameters:
        id - The unique identifier of the collaboration privacy budget.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privacyBudgetTemplateId

        CollaborationPrivacyBudgetSummary.Builder privacyBudgetTemplateId​(String privacyBudgetTemplateId)

        The unique identifier of the collaboration privacy budget template.

        Parameters:
        privacyBudgetTemplateId - The unique identifier of the collaboration privacy budget template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privacyBudgetTemplateArn

        CollaborationPrivacyBudgetSummary.Builder privacyBudgetTemplateArn​(String privacyBudgetTemplateArn)

        The ARN of the collaboration privacy budget template.

        Parameters:
        privacyBudgetTemplateArn - The ARN of the collaboration privacy budget template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • collaborationId

        CollaborationPrivacyBudgetSummary.Builder collaborationId​(String collaborationId)

        The unique identifier of the collaboration that includes this privacy budget.

        Parameters:
        collaborationId - The unique identifier of the collaboration that includes this privacy budget.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • collaborationArn

        CollaborationPrivacyBudgetSummary.Builder collaborationArn​(String collaborationArn)

        The ARN of the collaboration that includes this privacy budget.

        Parameters:
        collaborationArn - The ARN of the collaboration that includes this privacy budget.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creatorAccountId

        CollaborationPrivacyBudgetSummary.Builder creatorAccountId​(String creatorAccountId)

        The unique identifier of the account that created this privacy budget.

        Parameters:
        creatorAccountId - The unique identifier of the account that created this privacy budget.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createTime

        CollaborationPrivacyBudgetSummary.Builder createTime​(Instant createTime)

        The time at which the privacy budget was created.

        Parameters:
        createTime - The time at which the privacy budget was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateTime

        CollaborationPrivacyBudgetSummary.Builder updateTime​(Instant updateTime)

        The most recent time at which the privacy budget was updated.

        Parameters:
        updateTime - The most recent time at which the privacy budget was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • budget

        CollaborationPrivacyBudgetSummary.Builder budget​(PrivacyBudget budget)

        The includes epsilon provided and utility in terms of aggregations.

        Parameters:
        budget - The includes epsilon provided and utility in terms of aggregations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.