Interface RuleSummary.Builder

    • Method Detail

      • action

        RuleSummary.Builder action​(String action)

        The action of the rule.

        Parameters:
        action - The action of the rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RuleAction, RuleAction
      • action

        RuleSummary.Builder action​(RuleAction action)

        The action of the rule.

        Parameters:
        action - The action of the rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RuleAction, RuleAction
      • identifier

        RuleSummary.Builder identifier​(String identifier)

        The ID of the rule.

        Parameters:
        identifier - The ID of the rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedBy

        RuleSummary.Builder lastUpdatedBy​(String lastUpdatedBy)

        The timestamp at which the rule was last updated.

        Parameters:
        lastUpdatedBy - The timestamp at which the rule was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        RuleSummary.Builder name​(String name)

        The name of the rule.

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

        RuleSummary.Builder revision​(String revision)

        The revision of the rule.

        Parameters:
        revision - The revision of the rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ruleType

        RuleSummary.Builder ruleType​(String ruleType)

        The type of the rule.

        Parameters:
        ruleType - The type of the rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RuleType, RuleType
      • ruleType

        RuleSummary.Builder ruleType​(RuleType ruleType)

        The type of the rule.

        Parameters:
        ruleType - The type of the rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RuleType, RuleType
      • scope

        RuleSummary.Builder scope​(RuleScope scope)

        The scope of the rule.

        Parameters:
        scope - The scope of the rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • target

        RuleSummary.Builder target​(RuleTarget target)

        The target of the rule.

        Parameters:
        target - The target of the rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetType

        RuleSummary.Builder targetType​(String targetType)

        The target type of the rule.

        Parameters:
        targetType - The target type of the rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RuleTargetType, RuleTargetType
      • updatedAt

        RuleSummary.Builder updatedAt​(Instant updatedAt)

        The timestamp at which the rule was last updated.

        Parameters:
        updatedAt - The timestamp at which the rule was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.