| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
default AwsWafWebAclRule.Builder |
AwsWafWebAclRule.Builder.action(Consumer<WafAction.Builder> action)
Specifies the action that CloudFront or WAF takes when a web request matches the conditions in the rule.
|
AwsWafWebAclRule.Builder |
AwsWafWebAclRule.Builder.action(WafAction action)
Specifies the action that CloudFront or WAF takes when a web request matches the conditions in the rule.
|
static AwsWafWebAclRule.Builder |
AwsWafWebAclRule.builder() |
AwsWafWebAclRule.Builder |
AwsWafWebAclRule.Builder.excludedRules(Collection<WafExcludedRule> excludedRules)
Rules to exclude from a rule group.
|
AwsWafWebAclRule.Builder |
AwsWafWebAclRule.Builder.excludedRules(Consumer<WafExcludedRule.Builder>... excludedRules)
Rules to exclude from a rule group.
|
AwsWafWebAclRule.Builder |
AwsWafWebAclRule.Builder.excludedRules(WafExcludedRule... excludedRules)
Rules to exclude from a rule group.
|
default AwsWafWebAclRule.Builder |
AwsWafWebAclRule.Builder.overrideAction(Consumer<WafOverrideAction.Builder> overrideAction)
Use the
OverrideAction to test your RuleGroup. |
AwsWafWebAclRule.Builder |
AwsWafWebAclRule.Builder.overrideAction(WafOverrideAction overrideAction)
Use the
OverrideAction to test your RuleGroup. |
AwsWafWebAclRule.Builder |
AwsWafWebAclRule.Builder.priority(Integer priority)
Specifies the order in which the rules in a web ACL are evaluated.
|
AwsWafWebAclRule.Builder |
AwsWafWebAclRule.Builder.ruleId(String ruleId)
The identifier for a rule.
|
AwsWafWebAclRule.Builder |
AwsWafWebAclRule.toBuilder() |
AwsWafWebAclRule.Builder |
AwsWafWebAclRule.Builder.type(String type)
The rule type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsWafWebAclRule.Builder> |
AwsWafWebAclRule.serializableBuilderClass() |
Copyright © 2023. All rights reserved.