| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsWafRulePredicateListDetails.Builder |
AwsWafRulePredicateListDetails.builder() |
AwsWafRulePredicateListDetails.Builder |
AwsWafRulePredicateListDetails.Builder.dataId(String dataId)
A unique identifier for a predicate in a rule, such as
ByteMatchSetId or IPSetId. |
AwsWafRulePredicateListDetails.Builder |
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 |
AwsWafRulePredicateListDetails.toBuilder() |
AwsWafRulePredicateListDetails.Builder |
AwsWafRulePredicateListDetails.Builder.type(String type)
The type of predicate in a rule, such as
ByteMatch or IPSet. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsWafRulePredicateListDetails.Builder> |
AwsWafRulePredicateListDetails.serializableBuilderClass() |
Copyright © 2023. All rights reserved.