Uses of Interface
software.amazon.awssdk.services.waf.model.RuleGroupUpdate.Builder
-
Packages that use RuleGroupUpdate.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of RuleGroupUpdate.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return RuleGroupUpdate.Builder Modifier and Type Method Description RuleGroupUpdate.BuilderRuleGroupUpdate.Builder. action(String action)SpecifyINSERTto add anActivatedRuleto aRuleGroup.RuleGroupUpdate.BuilderRuleGroupUpdate.Builder. action(ChangeAction action)SpecifyINSERTto add anActivatedRuleto aRuleGroup.default RuleGroupUpdate.BuilderRuleGroupUpdate.Builder. activatedRule(Consumer<ActivatedRule.Builder> activatedRule)TheActivatedRuleobject specifies aRulethat you want to insert or delete, the priority of theRulein theWebACL, and the action that you want AWS WAF to take when a web request matches theRule(ALLOW,BLOCK, orCOUNT).RuleGroupUpdate.BuilderRuleGroupUpdate.Builder. activatedRule(ActivatedRule activatedRule)TheActivatedRuleobject specifies aRulethat you want to insert or delete, the priority of theRulein theWebACL, and the action that you want AWS WAF to take when a web request matches theRule(ALLOW,BLOCK, orCOUNT).static RuleGroupUpdate.BuilderRuleGroupUpdate. builder()RuleGroupUpdate.BuilderRuleGroupUpdate. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type RuleGroupUpdate.Builder Modifier and Type Method Description static Class<? extends RuleGroupUpdate.Builder>RuleGroupUpdate. serializableBuilderClass()
-