| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
WebACLUpdate.Builder |
WebACLUpdate.Builder.action(ChangeAction action)
Specifies whether to insert a
Rule into or delete a Rule from a WebACL
. |
WebACLUpdate.Builder |
WebACLUpdate.Builder.action(String action)
Specifies whether to insert a
Rule into or delete a Rule from a WebACL
. |
WebACLUpdate.Builder |
WebACLUpdate.Builder.activatedRule(ActivatedRule activatedRule)
The
ActivatedRule object in an UpdateWebACL request 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 WebACLUpdate.Builder |
WebACLUpdate.Builder.activatedRule(Consumer<ActivatedRule.Builder> activatedRule)
The
ActivatedRule object in an UpdateWebACL request 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 WebACLUpdate.Builder |
WebACLUpdate.builder() |
WebACLUpdate.Builder |
WebACLUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WebACLUpdate.Builder> |
WebACLUpdate.serializableBuilderClass() |
Copyright © 2023. All rights reserved.