Class CfnRuleGroup.RateLimitHeaderProperty.Builder
java.lang.Object
software.amazon.awscdk.services.wafv2.CfnRuleGroup.RateLimitHeaderProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRuleGroup.RateLimitHeaderProperty>
- Enclosing interface:
CfnRuleGroup.RateLimitHeaderProperty
@Stability(Stable)
public static final class CfnRuleGroup.RateLimitHeaderProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRuleGroup.RateLimitHeaderProperty>
A builder for
CfnRuleGroup.RateLimitHeaderProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnRuleGroup.RateLimitHeaderProperty.getName()
textTransformations
(List<? extends Object> textTransformations) Sets the value ofCfnRuleGroup.RateLimitHeaderProperty.getTextTransformations()
textTransformations
(IResolvable textTransformations) Sets the value ofCfnRuleGroup.RateLimitHeaderProperty.getTextTransformations()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnRuleGroup.RateLimitHeaderProperty.getName()
- Parameters:
name
- The name of the header to use. This parameter is required.- Returns:
this
-
textTransformations
@Stability(Stable) public CfnRuleGroup.RateLimitHeaderProperty.Builder textTransformations(IResolvable textTransformations) Sets the value ofCfnRuleGroup.RateLimitHeaderProperty.getTextTransformations()
- Parameters:
textTransformations
- Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. This parameter is required. Text transformations are used in rule match statements, to transform theFieldToMatch
request component before inspecting it, and they're used in rate-based rule statements, to transform request components before using them as custom aggregation keys. If you specify one or more transformations to apply, AWS WAF performs all transformations on the specified content, starting from the lowest priority setting, and then uses the transformed component contents.- Returns:
this
-
textTransformations
@Stability(Stable) public CfnRuleGroup.RateLimitHeaderProperty.Builder textTransformations(List<? extends Object> textTransformations) Sets the value ofCfnRuleGroup.RateLimitHeaderProperty.getTextTransformations()
- Parameters:
textTransformations
- Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. This parameter is required. Text transformations are used in rule match statements, to transform theFieldToMatch
request component before inspecting it, and they're used in rate-based rule statements, to transform request components before using them as custom aggregation keys. If you specify one or more transformations to apply, AWS WAF performs all transformations on the specified content, starting from the lowest priority setting, and then uses the transformed component contents.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnRuleGroup.RateLimitHeaderProperty>
- Returns:
- a new instance of
CfnRuleGroup.RateLimitHeaderProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-