Interface AwsWafRegionalRulePredicateListDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsWafRegionalRulePredicateListDetails.Builder,AwsWafRegionalRulePredicateListDetails>,SdkBuilder<AwsWafRegionalRulePredicateListDetails.Builder,AwsWafRegionalRulePredicateListDetails>,SdkPojo
- Enclosing class:
- AwsWafRegionalRulePredicateListDetails
public static interface AwsWafRegionalRulePredicateListDetails.Builder extends SdkPojo, CopyableBuilder<AwsWafRegionalRulePredicateListDetails.Builder,AwsWafRegionalRulePredicateListDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsWafRegionalRulePredicateListDetails.BuilderdataId(String dataId)A unique identifier for a predicate in a rule, such asByteMatchSetIdorIPSetId.AwsWafRegionalRulePredicateListDetails.Buildernegated(Boolean negated)Specifies if you want WAF to allow, block, or count requests based on the settings in theByteMatchSet,IPSet,SqlInjectionMatchSet,XssMatchSet,RegexMatchSet,GeoMatchSet, orSizeConstraintSet.AwsWafRegionalRulePredicateListDetails.Buildertype(String type)The type of predicate in a rule, such asByteMatchorIPSet.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
dataId
AwsWafRegionalRulePredicateListDetails.Builder dataId(String dataId)
A unique identifier for a predicate in a rule, such as
ByteMatchSetIdorIPSetId.- Parameters:
dataId- A unique identifier for a predicate in a rule, such asByteMatchSetIdorIPSetId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
negated
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, orSizeConstraintSet.- Parameters:
negated- Specifies if you want WAF to allow, block, or count requests based on the settings in theByteMatchSet,IPSet,SqlInjectionMatchSet,XssMatchSet,RegexMatchSet,GeoMatchSet, orSizeConstraintSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
AwsWafRegionalRulePredicateListDetails.Builder type(String type)
The type of predicate in a rule, such as
ByteMatchorIPSet.- Parameters:
type- The type of predicate in a rule, such asByteMatchorIPSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-