static AwsWafRuleDetails.Builder |
AwsWafRuleDetails.builder() |
|
AwsWafRuleDetails.Builder |
AwsWafRuleDetails.Builder.metricName(String metricName) |
The name of the metrics for this rule.
|
AwsWafRuleDetails.Builder |
AwsWafRuleDetails.Builder.name(String name) |
A descriptive name for the rule.
|
AwsWafRuleDetails.Builder |
AwsWafRuleDetails.Builder.predicateList(Collection<AwsWafRulePredicateListDetails> predicateList) |
Specifies the ByteMatchSet, IPSet, SqlInjectionMatchSet,
XssMatchSet, RegexMatchSet, GeoMatchSet, and
SizeConstraintSet objects that you want to add to a rule and, for each object, indicates whether
you want to negate the settings.
|
AwsWafRuleDetails.Builder |
AwsWafRuleDetails.Builder.predicateList(Consumer<AwsWafRulePredicateListDetails.Builder>... predicateList) |
Specifies the ByteMatchSet, IPSet, SqlInjectionMatchSet,
XssMatchSet, RegexMatchSet, GeoMatchSet, and
SizeConstraintSet objects that you want to add to a rule and, for each object, indicates whether
you want to negate the settings.
|
AwsWafRuleDetails.Builder |
AwsWafRuleDetails.Builder.predicateList(AwsWafRulePredicateListDetails... predicateList) |
Specifies the ByteMatchSet, IPSet, SqlInjectionMatchSet,
XssMatchSet, RegexMatchSet, GeoMatchSet, and
SizeConstraintSet objects that you want to add to a rule and, for each object, indicates whether
you want to negate the settings.
|
AwsWafRuleDetails.Builder |
AwsWafRuleDetails.Builder.ruleId(String ruleId) |
The ID of the WAF rule.
|
AwsWafRuleDetails.Builder |
AwsWafRuleDetails.toBuilder() |
|