public static interface ManagedRuleSet.Builder extends SdkPojo, CopyableBuilder<ManagedRuleSet.Builder,ManagedRuleSet>
| Modifier and Type | Method and Description |
|---|---|
ManagedRuleSet.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the entity.
|
ManagedRuleSet.Builder |
description(String description)
A description of the set that helps with identification.
|
ManagedRuleSet.Builder |
id(String id)
A unique identifier for the managed rule set.
|
ManagedRuleSet.Builder |
labelNamespace(String labelNamespace)
The label namespace prefix for the managed rule groups that are offered to customers from this managed rule
set.
|
ManagedRuleSet.Builder |
name(String name)
The name of the managed rule set.
|
ManagedRuleSet.Builder |
publishedVersions(Map<String,ManagedRuleSetVersion> publishedVersions)
The versions of this managed rule set that are available for use by customers.
|
ManagedRuleSet.Builder |
recommendedVersion(String recommendedVersion)
The version that you would like your customers to use.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildManagedRuleSet.Builder name(String name)
The name of the managed rule set. You use this, along with the rule set ID, to identify the rule set.
This name is assigned to the corresponding managed rule group, which your customers can access and use.
name - The name of the managed rule set. You use this, along with the rule set ID, to identify the rule
set.
This name is assigned to the corresponding managed rule group, which your customers can access and use.
ManagedRuleSet.Builder id(String id)
A unique identifier for the managed rule set. The ID is returned in the responses to commands like
list. You provide it to operations like get and update.
id - A unique identifier for the managed rule set. The ID is returned in the responses to commands like
list. You provide it to operations like get and update.ManagedRuleSet.Builder arn(String arn)
The Amazon Resource Name (ARN) of the entity.
arn - The Amazon Resource Name (ARN) of the entity.ManagedRuleSet.Builder description(String description)
A description of the set that helps with identification.
description - A description of the set that helps with identification.ManagedRuleSet.Builder publishedVersions(Map<String,ManagedRuleSetVersion> publishedVersions)
The versions of this managed rule set that are available for use by customers.
publishedVersions - The versions of this managed rule set that are available for use by customers.ManagedRuleSet.Builder recommendedVersion(String recommendedVersion)
The version that you would like your customers to use.
recommendedVersion - The version that you would like your customers to use.ManagedRuleSet.Builder labelNamespace(String labelNamespace)
The label namespace prefix for the managed rule groups that are offered to customers from this managed rule set. All labels that are added by rules in the managed 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 the managed rule groups that are offered to customers from this managed
rule set. All labels that are added by rules in the managed 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>
Copyright © 2023. All rights reserved.