| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsWafRuleDetails.Builder |
AwsWafRuleDetails.builder() |
AwsWafRuleDetails.Builder |
AwsWafRuleDetails.Builder.metricName(String metricName)
The name of the metrics for this rule.
|
AwsWafRuleDetails.Builder |
AwsWafRuleDetails.Builder.name(String name)
A descriptive name for the rule.
|
AwsWafRuleDetails.Builder |
AwsWafRuleDetails.Builder.predicateList(AwsWafRulePredicateListDetails... 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. |
AwsWafRuleDetails.Builder |
AwsWafRuleDetails.Builder.predicateList(Collection<AwsWafRulePredicateListDetails> 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. |
AwsWafRuleDetails.Builder |
AwsWafRuleDetails.Builder.predicateList(Consumer<AwsWafRulePredicateListDetails.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. |
AwsWafRuleDetails.Builder |
AwsWafRuleDetails.Builder.ruleId(String ruleId)
The ID of the WAF rule.
|
AwsWafRuleDetails.Builder |
AwsWafRuleDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsWafRuleDetails.Builder> |
AwsWafRuleDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceDetails.Builder |
ResourceDetails.Builder.awsWafRule(Consumer<AwsWafRuleDetails.Builder> awsWafRule)
Details about an WAF rule for global resources.
|
Copyright © 2023. All rights reserved.