| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static WebACL.Builder |
WebACL.builder() |
default WebACL.Builder |
WebACL.Builder.defaultAction(Consumer<WafAction.Builder> defaultAction)
The action to perform if none of the
Rules contained in the WebACL match. |
WebACL.Builder |
WebACL.Builder.defaultAction(WafAction defaultAction)
The action to perform if none of the
Rules contained in the WebACL match. |
WebACL.Builder |
WebACL.Builder.metricName(String metricName)
A friendly name or description for the metrics for this
WebACL. |
WebACL.Builder |
WebACL.Builder.name(String name)
A friendly name or description of the
WebACL. |
WebACL.Builder |
WebACL.Builder.rules(ActivatedRule... rules)
An array that contains the action for each
Rule in a WebACL, the priority of the
Rule, and the ID of the Rule. |
WebACL.Builder |
WebACL.Builder.rules(Collection<ActivatedRule> rules)
An array that contains the action for each
Rule in a WebACL, the priority of the
Rule, and the ID of the Rule. |
WebACL.Builder |
WebACL.Builder.rules(Consumer<ActivatedRule.Builder>... rules)
An array that contains the action for each
Rule in a WebACL, the priority of the
Rule, and the ID of the Rule. |
WebACL.Builder |
WebACL.toBuilder() |
WebACL.Builder |
WebACL.Builder.webACLArn(String webACLArn)
Tha Amazon Resource Name (ARN) of the web ACL.
|
WebACL.Builder |
WebACL.Builder.webACLId(String webACLId)
A unique identifier for a
WebACL. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WebACL.Builder> |
WebACL.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateWebAclResponse.Builder |
CreateWebAclResponse.Builder.webACL(Consumer<WebACL.Builder> webACL)
The WebACL returned in the
CreateWebACL response. |
default GetWebAclResponse.Builder |
GetWebAclResponse.Builder.webACL(Consumer<WebACL.Builder> webACL)
Information about the WebACL that you specified in the
GetWebACL request. |
Copyright © 2023. All rights reserved.