public static interface AwsWafRulePredicateListDetails.Builder extends SdkPojo, CopyableBuilder<AwsWafRulePredicateListDetails.Builder,AwsWafRulePredicateListDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsWafRulePredicateListDetails.Builder |
dataId(String dataId)
A unique identifier for a predicate in a rule, such as
ByteMatchSetId or IPSetId. |
AwsWafRulePredicateListDetails.Builder |
negated(Boolean negated)
Specifies if you want WAF to allow, block, or count requests based on the settings in the
ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet,
RegexMatchSet, GeoMatchSet, or SizeConstraintSet. |
AwsWafRulePredicateListDetails.Builder |
type(String type)
The type of predicate in a rule, such as
ByteMatch or IPSet. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsWafRulePredicateListDetails.Builder dataId(String dataId)
A unique identifier for a predicate in a rule, such as ByteMatchSetId or IPSetId.
dataId - A unique identifier for a predicate in a rule, such as ByteMatchSetId or
IPSetId.AwsWafRulePredicateListDetails.Builder negated(Boolean negated)
Specifies if you want WAF to allow, block, or count requests based on the settings in the
ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet,
RegexMatchSet, GeoMatchSet, or SizeConstraintSet.
negated - Specifies if you want WAF to allow, block, or count requests based on the settings in the
ByteMatchSet, IPSet, SqlInjectionMatchSet,
XssMatchSet, RegexMatchSet, GeoMatchSet, or
SizeConstraintSet.AwsWafRulePredicateListDetails.Builder type(String type)
The type of predicate in a rule, such as ByteMatch or IPSet.
type - The type of predicate in a rule, such as ByteMatch or IPSet.Copyright © 2023. All rights reserved.