Interface RuleSet.Builder

    • Method Detail

      • lastModificationDate

        RuleSet.Builder lastModificationDate​(Instant lastModificationDate)

        The last modification date of the rule set.

        Parameters:
        lastModificationDate - The last modification date of the rule set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ruleSetId

        RuleSet.Builder ruleSetId​(String ruleSetId)

        The identifier of the rule set.

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

        RuleSet.Builder ruleSetName​(String ruleSetName)

        A user-friendly name for the rule set.

        Parameters:
        ruleSetName - A user-friendly name for the rule set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.