Interface RuleSet.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RuleSet.Builder,RuleSet>, SdkBuilder<RuleSet.Builder,RuleSet>, SdkPojo
Enclosing class:
RuleSet

@Mutable @NotThreadSafe public static interface RuleSet.Builder extends SdkPojo, CopyableBuilder<RuleSet.Builder,RuleSet>
  • Method Details

    • 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.