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(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.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.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.
|