public static interface AwsWafRegionalRulePredicateListDetails.Builder extends SdkPojo, CopyableBuilder<AwsWafRegionalRulePredicateListDetails.Builder,AwsWafRegionalRulePredicateListDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsWafRegionalRulePredicateListDetails.Builder |
dataId(String dataId)
A unique identifier for a predicate in a rule, such as
ByteMatchSetId or IPSetId. |
AwsWafRegionalRulePredicateListDetails.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. |
AwsWafRegionalRulePredicateListDetails.Builder |
type(String type)
The type of predicate in a rule, such as
ByteMatch or IPSet. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsWafRegionalRulePredicateListDetails.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.AwsWafRegionalRulePredicateListDetails.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.AwsWafRegionalRulePredicateListDetails.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.