Interface AnalysisRule.Builder

    • Method Detail

      • collaborationId

        AnalysisRule.Builder collaborationId​(String collaborationId)

        The unique ID for the associated collaboration.

        Parameters:
        collaborationId - The unique ID for the associated collaboration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        AnalysisRule.Builder name​(String name)

        The name for the analysis rule.

        Parameters:
        name - The name for the analysis rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createTime

        AnalysisRule.Builder createTime​(Instant createTime)

        The time the analysis rule was created.

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

        AnalysisRule.Builder updateTime​(Instant updateTime)

        The time the analysis rule was last updated.

        Parameters:
        updateTime - The time the analysis rule was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policy

        AnalysisRule.Builder policy​(AnalysisRulePolicy policy)

        A policy that describes the associated data usage limitations.

        Parameters:
        policy - A policy that describes the associated data usage limitations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.