| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
RuleGroupUpdate.Builder |
RuleGroupUpdate.Builder.action(ChangeAction action)
Specify
INSERT to add an ActivatedRule to a RuleGroup. |
RuleGroupUpdate.Builder |
RuleGroupUpdate.Builder.action(String action)
Specify
INSERT to add an ActivatedRule to a RuleGroup. |
RuleGroupUpdate.Builder |
RuleGroupUpdate.Builder.activatedRule(ActivatedRule activatedRule)
The
ActivatedRule object specifies a Rule that you want to insert or delete, the
priority of the Rule in the WebACL, and the action that you want AWS WAF to take
when a web request matches the Rule (ALLOW, BLOCK, or
COUNT). |
default RuleGroupUpdate.Builder |
RuleGroupUpdate.Builder.activatedRule(Consumer<ActivatedRule.Builder> activatedRule)
The
ActivatedRule object specifies a Rule that you want to insert or delete, the
priority of the Rule in the WebACL, and the action that you want AWS WAF to take
when a web request matches the Rule (ALLOW, BLOCK, or
COUNT). |
static RuleGroupUpdate.Builder |
RuleGroupUpdate.builder() |
RuleGroupUpdate.Builder |
RuleGroupUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RuleGroupUpdate.Builder> |
RuleGroupUpdate.serializableBuilderClass() |
Copyright © 2023. All rights reserved.