| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsWafRegionalRuleDetails.Builder |
AwsWafRegionalRuleDetails.builder() |
AwsWafRegionalRuleDetails.Builder |
AwsWafRegionalRuleDetails.Builder.metricName(String metricName)
A name for the metrics for the rule.
|
AwsWafRegionalRuleDetails.Builder |
AwsWafRegionalRuleDetails.Builder.name(String name)
A descriptive name for the rule.
|
AwsWafRegionalRuleDetails.Builder |
AwsWafRegionalRuleDetails.Builder.predicateList(AwsWafRegionalRulePredicateListDetails... predicateList)
Specifies the
ByteMatchSet, IPSet, SqlInjectionMatchSet,
XssMatchSet, RegexMatchSet, GeoMatchSet, and
SizeConstraintSet objects that you want to add to a rule and, for each object, indicates whether
you want to negate the settings. |
AwsWafRegionalRuleDetails.Builder |
AwsWafRegionalRuleDetails.Builder.predicateList(Collection<AwsWafRegionalRulePredicateListDetails> predicateList)
Specifies the
ByteMatchSet, IPSet, SqlInjectionMatchSet,
XssMatchSet, RegexMatchSet, GeoMatchSet, and
SizeConstraintSet objects that you want to add to a rule and, for each object, indicates whether
you want to negate the settings. |
AwsWafRegionalRuleDetails.Builder |
AwsWafRegionalRuleDetails.Builder.predicateList(Consumer<AwsWafRegionalRulePredicateListDetails.Builder>... predicateList)
Specifies the
ByteMatchSet, IPSet, SqlInjectionMatchSet,
XssMatchSet, RegexMatchSet, GeoMatchSet, and
SizeConstraintSet objects that you want to add to a rule and, for each object, indicates whether
you want to negate the settings. |
AwsWafRegionalRuleDetails.Builder |
AwsWafRegionalRuleDetails.Builder.ruleId(String ruleId)
The ID of the rule.
|
AwsWafRegionalRuleDetails.Builder |
AwsWafRegionalRuleDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsWafRegionalRuleDetails.Builder> |
AwsWafRegionalRuleDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceDetails.Builder |
ResourceDetails.Builder.awsWafRegionalRule(Consumer<AwsWafRegionalRuleDetails.Builder> awsWafRegionalRule)
Details about an WAF rule for Regional resources.
|
Copyright © 2023. All rights reserved.