WebACL.Builder |
WebACL.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource.
|
default WebACL.Builder |
WebACL.Builder.associationConfig(Consumer<AssociationConfig.Builder> associationConfig) |
Specifies custom configurations for the associations between the web ACL and protected resources.
|
WebACL.Builder |
WebACL.Builder.associationConfig(AssociationConfig associationConfig) |
Specifies custom configurations for the associations between the web ACL and protected resources.
|
static WebACL.Builder |
WebACL.builder() |
|
WebACL.Builder |
WebACL.Builder.capacity(Long capacity) |
The web ACL capacity units (WCUs) currently being used by this web ACL.
|
default WebACL.Builder |
WebACL.Builder.captchaConfig(Consumer<CaptchaConfig.Builder> captchaConfig) |
Specifies how WAF should handle CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings.
|
WebACL.Builder |
WebACL.Builder.captchaConfig(CaptchaConfig captchaConfig) |
Specifies how WAF should handle CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings.
|
default WebACL.Builder |
WebACL.Builder.challengeConfig(Consumer<ChallengeConfig.Builder> challengeConfig) |
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings.
|
WebACL.Builder |
WebACL.Builder.challengeConfig(ChallengeConfig challengeConfig) |
Specifies how WAF should handle challenge evaluations for rules that don't have their own
ChallengeConfig settings.
|
WebACL.Builder |
WebACL.Builder.customResponseBodies(Map<String,CustomResponseBody> customResponseBodies) |
A map of custom response keys and content bodies.
|
default WebACL.Builder |
WebACL.Builder.defaultAction(Consumer<DefaultAction.Builder> defaultAction) |
The action to perform if none of the Rules contained in the WebACL match.
|
WebACL.Builder |
WebACL.Builder.defaultAction(DefaultAction defaultAction) |
The action to perform if none of the Rules contained in the WebACL match.
|
WebACL.Builder |
WebACL.Builder.description(String description) |
A description of the web ACL that helps with identification.
|
WebACL.Builder |
WebACL.Builder.id(String id) |
A unique identifier for the WebACL.
|
WebACL.Builder |
WebACL.Builder.labelNamespace(String labelNamespace) |
The label namespace prefix for this web ACL.
|
WebACL.Builder |
WebACL.Builder.managedByFirewallManager(Boolean managedByFirewallManager) |
Indicates whether this web ACL is managed by Firewall Manager.
|
WebACL.Builder |
WebACL.Builder.name(String name) |
The name of the web ACL.
|
WebACL.Builder |
WebACL.Builder.postProcessFirewallManagerRuleGroups(Collection<FirewallManagerRuleGroup> postProcessFirewallManagerRuleGroups) |
The last set of rules for WAF to process in the web ACL.
|
WebACL.Builder |
WebACL.Builder.postProcessFirewallManagerRuleGroups(Consumer<FirewallManagerRuleGroup.Builder>... postProcessFirewallManagerRuleGroups) |
The last set of rules for WAF to process in the web ACL.
|
WebACL.Builder |
WebACL.Builder.postProcessFirewallManagerRuleGroups(FirewallManagerRuleGroup... postProcessFirewallManagerRuleGroups) |
The last set of rules for WAF to process in the web ACL.
|
WebACL.Builder |
WebACL.Builder.preProcessFirewallManagerRuleGroups(Collection<FirewallManagerRuleGroup> preProcessFirewallManagerRuleGroups) |
The first set of rules for WAF to process in the web ACL.
|
WebACL.Builder |
WebACL.Builder.preProcessFirewallManagerRuleGroups(Consumer<FirewallManagerRuleGroup.Builder>... preProcessFirewallManagerRuleGroups) |
The first set of rules for WAF to process in the web ACL.
|
WebACL.Builder |
WebACL.Builder.preProcessFirewallManagerRuleGroups(FirewallManagerRuleGroup... preProcessFirewallManagerRuleGroups) |
The first set of rules for WAF to process in the web ACL.
|
WebACL.Builder |
WebACL.Builder.rules(Collection<Rule> rules) |
The Rule statements used to identify the web requests that you want to manage.
|
WebACL.Builder |
WebACL.Builder.rules(Consumer<Rule.Builder>... rules) |
The Rule statements used to identify the web requests that you want to manage.
|
WebACL.Builder |
WebACL.Builder.rules(Rule... rules) |
The Rule statements used to identify the web requests that you want to manage.
|
WebACL.Builder |
WebACL.toBuilder() |
|
WebACL.Builder |
WebACL.Builder.tokenDomains(String... tokenDomains) |
Specifies the domains that WAF should accept in a web request token.
|
WebACL.Builder |
WebACL.Builder.tokenDomains(Collection<String> tokenDomains) |
Specifies the domains that WAF should accept in a web request token.
|
default WebACL.Builder |
WebACL.Builder.visibilityConfig(Consumer<VisibilityConfig.Builder> visibilityConfig) |
Defines and enables Amazon CloudWatch metrics and web request sample collection.
|
WebACL.Builder |
WebACL.Builder.visibilityConfig(VisibilityConfig visibilityConfig) |
Defines and enables Amazon CloudWatch metrics and web request sample collection.
|