public static interface RuleGroup.Builder extends SdkPojo, CopyableBuilder<RuleGroup.Builder,RuleGroup>
| Modifier and Type | Method and Description |
|---|---|
RuleGroup.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the entity.
|
RuleGroup.Builder |
availableLabels(Collection<LabelSummary> availableLabels)
The labels that one or more rules in this rule group add to matching web requests.
|
RuleGroup.Builder |
availableLabels(Consumer<LabelSummary.Builder>... availableLabels)
The labels that one or more rules in this rule group add to matching web requests.
|
RuleGroup.Builder |
availableLabels(LabelSummary... availableLabels)
The labels that one or more rules in this rule group add to matching web requests.
|
RuleGroup.Builder |
capacity(Long capacity)
The web ACL capacity units (WCUs) required for this rule group.
|
RuleGroup.Builder |
consumedLabels(Collection<LabelSummary> consumedLabels)
The labels that one or more rules in this rule group match against in label match statements.
|
RuleGroup.Builder |
consumedLabels(Consumer<LabelSummary.Builder>... consumedLabels)
The labels that one or more rules in this rule group match against in label match statements.
|
RuleGroup.Builder |
consumedLabels(LabelSummary... consumedLabels)
The labels that one or more rules in this rule group match against in label match statements.
|
RuleGroup.Builder |
customResponseBodies(Map<String,CustomResponseBody> customResponseBodies)
A map of custom response keys and content bodies.
|
RuleGroup.Builder |
description(String description)
A description of the rule group that helps with identification.
|
RuleGroup.Builder |
id(String id)
A unique identifier for the rule group.
|
RuleGroup.Builder |
labelNamespace(String labelNamespace)
The label namespace prefix for this rule group.
|
RuleGroup.Builder |
name(String name)
The name of the rule group.
|
RuleGroup.Builder |
rules(Collection<Rule> rules)
The Rule statements used to identify the web requests that you want to manage.
|
RuleGroup.Builder |
rules(Consumer<Rule.Builder>... rules)
The Rule statements used to identify the web requests that you want to manage.
|
RuleGroup.Builder |
rules(Rule... rules)
The Rule statements used to identify the web requests that you want to manage.
|
default RuleGroup.Builder |
visibilityConfig(Consumer<VisibilityConfig.Builder> visibilityConfig)
Defines and enables Amazon CloudWatch metrics and web request sample collection.
|
RuleGroup.Builder |
visibilityConfig(VisibilityConfig visibilityConfig)
Defines and enables Amazon CloudWatch metrics and web request sample collection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleGroup.Builder name(String name)
The name of the rule group. You cannot change the name of a rule group after you create it.
name - The name of the rule group. You cannot change the name of a rule group after you create it.RuleGroup.Builder id(String id)
A unique identifier for the rule group. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
id - A unique identifier for the rule group. This ID is returned in the responses to create and list
commands. You provide it to operations like update and delete.RuleGroup.Builder capacity(Long capacity)
The web ACL capacity units (WCUs) required for this rule group.
When you create your own rule group, you define this, and you cannot change it after creation. When you add or modify the rules in a rule group, WAF enforces this limit. You can check the capacity for a set of rules using CheckCapacity.
WAF uses WCUs to calculate and control the operating resources that are used to run your rules, rule groups, and web ACLs. WAF calculates capacity differently for each rule type, to reflect the relative cost of each rule. Simple rules that cost little to run use fewer WCUs than more complex rules that use more processing power. Rule group capacity is fixed at creation, which helps users plan their web ACL WCU usage when they use a rule group. For more information, see WAF web ACL capacity units (WCU) in the WAF Developer Guide.
capacity - The web ACL capacity units (WCUs) required for this rule group.
When you create your own rule group, you define this, and you cannot change it after creation. When you add or modify the rules in a rule group, WAF enforces this limit. You can check the capacity for a set of rules using CheckCapacity.
WAF uses WCUs to calculate and control the operating resources that are used to run your rules, rule groups, and web ACLs. WAF calculates capacity differently for each rule type, to reflect the relative cost of each rule. Simple rules that cost little to run use fewer WCUs than more complex rules that use more processing power. Rule group capacity is fixed at creation, which helps users plan their web ACL WCU usage when they use a rule group. For more information, see WAF web ACL capacity units (WCU) in the WAF Developer Guide.
RuleGroup.Builder arn(String arn)
The Amazon Resource Name (ARN) of the entity.
arn - The Amazon Resource Name (ARN) of the entity.RuleGroup.Builder description(String description)
A description of the rule group that helps with identification.
description - A description of the rule group that helps with identification.RuleGroup.Builder rules(Collection<Rule> rules)
The Rule statements used to identify the web requests that you want to manage. Each rule includes one top-level statement that WAF uses to identify matching web requests, and parameters that govern how WAF handles them.
rules - The Rule statements used to identify the web requests that you want to manage. Each rule
includes one top-level statement that WAF uses to identify matching web requests, and parameters that
govern how WAF handles them.RuleGroup.Builder rules(Rule... rules)
The Rule statements used to identify the web requests that you want to manage. Each rule includes one top-level statement that WAF uses to identify matching web requests, and parameters that govern how WAF handles them.
rules - The Rule statements used to identify the web requests that you want to manage. Each rule
includes one top-level statement that WAF uses to identify matching web requests, and parameters that
govern how WAF handles them.RuleGroup.Builder rules(Consumer<Rule.Builder>... rules)
The Rule statements used to identify the web requests that you want to manage. Each rule includes one top-level statement that WAF uses to identify matching web requests, and parameters that govern how WAF handles them.
This is a convenience method that creates an instance of theRule.Builder avoiding the need to create one manually via
Rule.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #rules(List.
rules - a consumer that will call methods on Rule.Builder#rules(java.util.Collection) RuleGroup.Builder visibilityConfig(VisibilityConfig visibilityConfig)
Defines and enables Amazon CloudWatch metrics and web request sample collection.
visibilityConfig - Defines and enables Amazon CloudWatch metrics and web request sample collection.default RuleGroup.Builder visibilityConfig(Consumer<VisibilityConfig.Builder> visibilityConfig)
Defines and enables Amazon CloudWatch metrics and web request sample collection.
This is a convenience method that creates an instance of theVisibilityConfig.Builder avoiding the
need to create one manually via VisibilityConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to visibilityConfig(VisibilityConfig).
visibilityConfig - a consumer that will call methods on VisibilityConfig.BuildervisibilityConfig(VisibilityConfig)RuleGroup.Builder labelNamespace(String labelNamespace)
The label namespace prefix for this rule group. All labels added by rules in this rule group have this prefix.
The syntax for the label namespace prefix for your rule groups is the following:
awswaf:<account ID>:rulegroup:<rule group name>:
When a rule with a label matches a web request, WAF adds the fully qualified label to the request. A fully qualified label is made up of the label namespace from the rule group or web ACL where the rule is defined and the label from the rule, separated by a colon:
<label namespace>:<label from rule>
labelNamespace - The label namespace prefix for this rule group. All labels added by rules in this rule group have this
prefix.
The syntax for the label namespace prefix for your rule groups is the following:
awswaf:<account ID>:rulegroup:<rule group name>:
When a rule with a label matches a web request, WAF adds the fully qualified label to the request. A fully qualified label is made up of the label namespace from the rule group or web ACL where the rule is defined and the label from the rule, separated by a colon:
<label namespace>:<label from rule>
RuleGroup.Builder customResponseBodies(Map<String,CustomResponseBody> customResponseBodies)
A map of custom response keys and content bodies. When you create a rule with a block action, you can send a custom response to the web request. You define these for the rule group, and then use them in the rules that you define in the rule group.
For information about customizing web requests and responses, see Customizing web requests and responses in WAF in the WAF Developer Guide.
For information about the limits on count and size for custom request and response settings, see WAF quotas in the WAF Developer Guide.
customResponseBodies - A map of custom response keys and content bodies. When you create a rule with a block action, you can
send a custom response to the web request. You define these for the rule group, and then use them in
the rules that you define in the rule group.
For information about customizing web requests and responses, see Customizing web requests and responses in WAF in the WAF Developer Guide.
For information about the limits on count and size for custom request and response settings, see WAF quotas in the WAF Developer Guide.
RuleGroup.Builder availableLabels(Collection<LabelSummary> availableLabels)
The labels that one or more rules in this rule group add to matching web requests. These labels are defined
in the RuleLabels for a Rule.
availableLabels - The labels that one or more rules in this rule group add to matching web requests. These labels are
defined in the RuleLabels for a Rule.RuleGroup.Builder availableLabels(LabelSummary... availableLabels)
The labels that one or more rules in this rule group add to matching web requests. These labels are defined
in the RuleLabels for a Rule.
availableLabels - The labels that one or more rules in this rule group add to matching web requests. These labels are
defined in the RuleLabels for a Rule.RuleGroup.Builder availableLabels(Consumer<LabelSummary.Builder>... availableLabels)
The labels that one or more rules in this rule group add to matching web requests. These labels are defined
in the RuleLabels for a Rule.
LabelSummary.Builder avoiding the need to create one
manually via LabelSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #availableLabels(List.
availableLabels - a consumer that will call methods on
LabelSummary.Builder#availableLabels(java.util.Collection) RuleGroup.Builder consumedLabels(Collection<LabelSummary> consumedLabels)
The labels that one or more rules in this rule group match against in label match statements. These labels
are defined in a LabelMatchStatement specification, in the Statement definition of a
rule.
consumedLabels - The labels that one or more rules in this rule group match against in label match statements. These
labels are defined in a LabelMatchStatement specification, in the Statement
definition of a rule.RuleGroup.Builder consumedLabels(LabelSummary... consumedLabels)
The labels that one or more rules in this rule group match against in label match statements. These labels
are defined in a LabelMatchStatement specification, in the Statement definition of a
rule.
consumedLabels - The labels that one or more rules in this rule group match against in label match statements. These
labels are defined in a LabelMatchStatement specification, in the Statement
definition of a rule.RuleGroup.Builder consumedLabels(Consumer<LabelSummary.Builder>... consumedLabels)
The labels that one or more rules in this rule group match against in label match statements. These labels
are defined in a LabelMatchStatement specification, in the Statement definition of a
rule.
LabelSummary.Builder avoiding the need to create one
manually via LabelSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #consumedLabels(List.
consumedLabels - a consumer that will call methods on
LabelSummary.Builder#consumedLabels(java.util.Collection) Copyright © 2023. All rights reserved.