Uses of Interface
software.amazon.awssdk.services.waf.model.ActivatedRule.Builder
-
Packages that use ActivatedRule.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of ActivatedRule.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return ActivatedRule.Builder Modifier and Type Method Description default ActivatedRule.BuilderActivatedRule.Builder. action(Consumer<WafAction.Builder> action)Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in theRule.ActivatedRule.BuilderActivatedRule.Builder. action(WafAction action)Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in theRule.static ActivatedRule.BuilderActivatedRule. builder()ActivatedRule.BuilderActivatedRule.Builder. excludedRules(Collection<ExcludedRule> excludedRules)An array of rules to exclude from a rule group.ActivatedRule.BuilderActivatedRule.Builder. excludedRules(Consumer<ExcludedRule.Builder>... excludedRules)An array of rules to exclude from a rule group.ActivatedRule.BuilderActivatedRule.Builder. excludedRules(ExcludedRule... excludedRules)An array of rules to exclude from a rule group.default ActivatedRule.BuilderActivatedRule.Builder. overrideAction(Consumer<WafOverrideAction.Builder> overrideAction)Use theOverrideActionto test yourRuleGroup.ActivatedRule.BuilderActivatedRule.Builder. overrideAction(WafOverrideAction overrideAction)Use theOverrideActionto test yourRuleGroup.ActivatedRule.BuilderActivatedRule.Builder. priority(Integer priority)Specifies the order in which theRulesin aWebACLare evaluated.ActivatedRule.BuilderActivatedRule.Builder. ruleId(String ruleId)TheRuleIdfor aRule.ActivatedRule.BuilderActivatedRule. toBuilder()ActivatedRule.BuilderActivatedRule.Builder. type(String type)The rule type, eitherREGULAR, as defined by Rule,RATE_BASED, as defined by RateBasedRule, orGROUP, as defined by RuleGroup.ActivatedRule.BuilderActivatedRule.Builder. type(WafRuleType type)The rule type, eitherREGULAR, as defined by Rule,RATE_BASED, as defined by RateBasedRule, orGROUP, as defined by RuleGroup.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type ActivatedRule.Builder Modifier and Type Method Description static Class<? extends ActivatedRule.Builder>ActivatedRule. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type ActivatedRule.Builder Modifier and Type Method Description 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).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).
-