Interface AwsWafRulePredicateListDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsWafRulePredicateListDetails.Builder,AwsWafRulePredicateListDetails>,SdkBuilder<AwsWafRulePredicateListDetails.Builder,AwsWafRulePredicateListDetails>,SdkPojo
- Enclosing class:
- AwsWafRulePredicateListDetails
public static interface AwsWafRulePredicateListDetails.Builder extends SdkPojo, CopyableBuilder<AwsWafRulePredicateListDetails.Builder,AwsWafRulePredicateListDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsWafRulePredicateListDetails.BuilderdataId(String dataId)A unique identifier for a predicate in a rule, such asByteMatchSetIdorIPSetId.AwsWafRulePredicateListDetails.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.AwsWafRulePredicateListDetails.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
AwsWafRulePredicateListDetails.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
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, 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
AwsWafRulePredicateListDetails.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.
-
-