Uses of Interface
software.amazon.awssdk.services.waf.model.Predicate.Builder
-
Packages that use Predicate.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of Predicate.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return Predicate.Builder Modifier and Type Method Description static Predicate.BuilderPredicate. builder()Predicate.BuilderPredicate.Builder. dataId(String dataId)A unique identifier for a predicate in aRule, such asByteMatchSetIdorIPSetId.Predicate.BuilderPredicate.Builder. negated(Boolean negated)SetNegatedtoFalseif you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, RegexMatchSet, GeoMatchSet, or SizeConstraintSet.Predicate.BuilderPredicate. toBuilder()Predicate.BuilderPredicate.Builder. type(String type)The type of predicate in aRule, such asByteMatchorIPSet.Predicate.BuilderPredicate.Builder. type(PredicateType type)The type of predicate in aRule, such asByteMatchorIPSet.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type Predicate.Builder Modifier and Type Method Description static Class<? extends Predicate.Builder>Predicate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type Predicate.Builder Modifier and Type Method Description default RuleUpdate.BuilderRuleUpdate.Builder. predicate(Consumer<Predicate.Builder> predicate)The ID of thePredicate(such as anIPSet) that you want to add to aRule.
-