Interface WafExcludedRule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WafExcludedRule.Builder,WafExcludedRule>,SdkBuilder<WafExcludedRule.Builder,WafExcludedRule>,SdkPojo
- Enclosing class:
- WafExcludedRule
public static interface WafExcludedRule.Builder extends SdkPojo, CopyableBuilder<WafExcludedRule.Builder,WafExcludedRule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WafExcludedRule.BuilderruleId(String ruleId)The unique identifier for the rule to exclude from the rule group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
ruleId
WafExcludedRule.Builder ruleId(String ruleId)
The unique identifier for the rule to exclude from the rule group.
- Parameters:
ruleId- The unique identifier for the rule to exclude from the rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-