| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
RuleUpdate.Builder |
RuleUpdate.Builder.action(ChangeAction action)
Specify
INSERT to add a Predicate to a Rule. |
RuleUpdate.Builder |
RuleUpdate.Builder.action(String action)
Specify
INSERT to add a Predicate to a Rule. |
static RuleUpdate.Builder |
RuleUpdate.builder() |
default RuleUpdate.Builder |
RuleUpdate.Builder.predicate(Consumer<Predicate.Builder> predicate)
The ID of the
Predicate (such as an IPSet) that you want to add to a
Rule. |
RuleUpdate.Builder |
RuleUpdate.Builder.predicate(Predicate predicate)
The ID of the
Predicate (such as an IPSet) that you want to add to a
Rule. |
RuleUpdate.Builder |
RuleUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RuleUpdate.Builder> |
RuleUpdate.serializableBuilderClass() |
Copyright © 2023. All rights reserved.