Uses of Interface
software.amazon.awssdk.services.waf.model.RuleUpdate.Builder
-
Packages that use RuleUpdate.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of RuleUpdate.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return RuleUpdate.Builder Modifier and Type Method Description RuleUpdate.BuilderRuleUpdate.Builder. action(String action)SpecifyINSERTto add aPredicateto aRule.RuleUpdate.BuilderRuleUpdate.Builder. action(ChangeAction action)SpecifyINSERTto add aPredicateto aRule.static RuleUpdate.BuilderRuleUpdate. builder()default RuleUpdate.BuilderRuleUpdate.Builder. predicate(Consumer<Predicate.Builder> predicate)The ID of thePredicate(such as anIPSet) that you want to add to aRule.RuleUpdate.BuilderRuleUpdate.Builder. predicate(Predicate predicate)The ID of thePredicate(such as anIPSet) that you want to add to aRule.RuleUpdate.BuilderRuleUpdate. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type RuleUpdate.Builder Modifier and Type Method Description static Class<? extends RuleUpdate.Builder>RuleUpdate. serializableBuilderClass()
-