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 Summary
Modifier and TypeMethodDescriptionruleGroupArn(String ruleGroupArn) The ARN of the rule group.ruleGroupType(String ruleGroupType) The rule group type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The rule group type. The possible values are
Domain ListandSuricata.- Parameters:
ruleGroupType- The rule group type. The possible values areDomain ListandSuricata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-