public static interface DescribeManagedRuleGroupResponse.Builder extends Wafv2Response.Builder, SdkPojo, CopyableBuilder<DescribeManagedRuleGroupResponse.Builder,DescribeManagedRuleGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeManagedRuleGroupResponse.Builder |
availableLabels(Collection<LabelSummary> availableLabels)
The labels that one or more rules in this rule group add to matching web requests.
|
DescribeManagedRuleGroupResponse.Builder |
availableLabels(Consumer<LabelSummary.Builder>... availableLabels)
The labels that one or more rules in this rule group add to matching web requests.
|
DescribeManagedRuleGroupResponse.Builder |
availableLabels(LabelSummary... availableLabels)
The labels that one or more rules in this rule group add to matching web requests.
|
DescribeManagedRuleGroupResponse.Builder |
capacity(Long capacity)
The web ACL capacity units (WCUs) required for this rule group.
|
DescribeManagedRuleGroupResponse.Builder |
consumedLabels(Collection<LabelSummary> consumedLabels)
The labels that one or more rules in this rule group match against in label match statements.
|
DescribeManagedRuleGroupResponse.Builder |
consumedLabels(Consumer<LabelSummary.Builder>... consumedLabels)
The labels that one or more rules in this rule group match against in label match statements.
|
DescribeManagedRuleGroupResponse.Builder |
consumedLabels(LabelSummary... consumedLabels)
The labels that one or more rules in this rule group match against in label match statements.
|
DescribeManagedRuleGroupResponse.Builder |
labelNamespace(String labelNamespace)
The label namespace prefix for this rule group.
|
DescribeManagedRuleGroupResponse.Builder |
rules(Collection<RuleSummary> rules)
|
DescribeManagedRuleGroupResponse.Builder |
rules(Consumer<RuleSummary.Builder>... rules)
This is a convenience method that creates an instance of the
RuleSummary.Builder avoiding the need to create one
manually via RuleSummary.builder(). |
DescribeManagedRuleGroupResponse.Builder |
rules(RuleSummary... rules)
|
DescribeManagedRuleGroupResponse.Builder |
snsTopicArn(String snsTopicArn)
The Amazon resource name (ARN) of the Amazon Simple Notification Service SNS topic that's used to provide
notification of changes to the managed rule group.
|
DescribeManagedRuleGroupResponse.Builder |
versionName(String versionName)
The managed rule group's version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeManagedRuleGroupResponse.Builder versionName(String versionName)
The managed rule group's version.
versionName - The managed rule group's version.DescribeManagedRuleGroupResponse.Builder snsTopicArn(String snsTopicArn)
The Amazon resource name (ARN) of the Amazon Simple Notification Service SNS topic that's used to provide notification of changes to the managed rule group. You can subscribe to the SNS topic to receive notifications when the managed rule group is modified, such as for new versions and for version expiration. For more information, see the Amazon Simple Notification Service Developer Guide.
snsTopicArn - The Amazon resource name (ARN) of the Amazon Simple Notification Service SNS topic that's used to
provide notification of changes to the managed rule group. You can subscribe to the SNS topic to
receive notifications when the managed rule group is modified, such as for new versions and for
version expiration. For more information, see the Amazon Simple Notification Service
Developer Guide.DescribeManagedRuleGroupResponse.Builder capacity(Long capacity)
The web ACL capacity units (WCUs) required for this rule group.
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.
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.
DescribeManagedRuleGroupResponse.Builder rules(Collection<RuleSummary> rules)
rules - DescribeManagedRuleGroupResponse.Builder rules(RuleSummary... rules)
rules - DescribeManagedRuleGroupResponse.Builder rules(Consumer<RuleSummary.Builder>... rules)
RuleSummary.Builder avoiding the need to create one
manually via RuleSummary.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
RuleSummary.Builder#rules(java.util.Collection) DescribeManagedRuleGroupResponse.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 a managed rule group is the following:
awswaf:managed:<vendor>:<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 a managed rule group is the following:
awswaf:managed:<vendor>:<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>
DescribeManagedRuleGroupResponse.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.DescribeManagedRuleGroupResponse.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.DescribeManagedRuleGroupResponse.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) DescribeManagedRuleGroupResponse.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.DescribeManagedRuleGroupResponse.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.DescribeManagedRuleGroupResponse.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.