Interface RuleGroupTypePair.Builder

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

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

    • ruleGroupArn

      RuleGroupTypePair.Builder ruleGroupArn(String ruleGroupArn)

      The ARN of the rule group.

      Parameters:
      ruleGroupArn - The ARN of the rule group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ruleGroupType

      RuleGroupTypePair.Builder ruleGroupType(String ruleGroupType)

      The rule group type. The possible values are Domain List and Suricata.

      Parameters:
      ruleGroupType - The rule group type. The possible values are Domain List and Suricata.
      Returns:
      Returns a reference to this object so that method calls can be chained together.