Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsWafRulePredicateListDetails.Builder
-
Packages that use AwsWafRulePredicateListDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsWafRulePredicateListDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsWafRulePredicateListDetails.Builder Modifier and Type Method Description static AwsWafRulePredicateListDetails.BuilderAwsWafRulePredicateListDetails. builder()AwsWafRulePredicateListDetails.BuilderAwsWafRulePredicateListDetails.Builder. dataId(String dataId)A unique identifier for a predicate in a rule, such asByteMatchSetIdorIPSetId.AwsWafRulePredicateListDetails.BuilderAwsWafRulePredicateListDetails.Builder. negated(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.BuilderAwsWafRulePredicateListDetails. toBuilder()AwsWafRulePredicateListDetails.BuilderAwsWafRulePredicateListDetails.Builder. type(String type)The type of predicate in a rule, such asByteMatchorIPSet.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsWafRulePredicateListDetails.Builder Modifier and Type Method Description static Class<? extends AwsWafRulePredicateListDetails.Builder>AwsWafRulePredicateListDetails. serializableBuilderClass()
-