Uses of Interface
software.amazon.awssdk.services.waf.model.WebACLUpdate.Builder
-
Packages that use WebACLUpdate.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of WebACLUpdate.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return WebACLUpdate.Builder Modifier and Type Method Description WebACLUpdate.BuilderWebACLUpdate.Builder. action(String action)Specifies whether to insert aRuleinto or delete aRulefrom aWebACL.WebACLUpdate.BuilderWebACLUpdate.Builder. action(ChangeAction action)Specifies whether to insert aRuleinto or delete aRulefrom aWebACL.default WebACLUpdate.BuilderWebACLUpdate.Builder. activatedRule(Consumer<ActivatedRule.Builder> activatedRule)TheActivatedRuleobject in an UpdateWebACL request 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).WebACLUpdate.BuilderWebACLUpdate.Builder. activatedRule(ActivatedRule activatedRule)TheActivatedRuleobject in an UpdateWebACL request 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 WebACLUpdate.BuilderWebACLUpdate. builder()WebACLUpdate.BuilderWebACLUpdate. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type WebACLUpdate.Builder Modifier and Type Method Description static Class<? extends WebACLUpdate.Builder>WebACLUpdate. serializableBuilderClass()
-