Class CfnRuleGroupPropsMixin.RateLimitJA4FingerprintProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.wafv2.mixins.CfnRuleGroupPropsMixin.RateLimitJA4FingerprintProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRuleGroupPropsMixin.RateLimitJA4FingerprintProperty>
- Enclosing interface:
CfnRuleGroupPropsMixin.RateLimitJA4FingerprintProperty
@Stability(Stable)
public static final class CfnRuleGroupPropsMixin.RateLimitJA4FingerprintProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRuleGroupPropsMixin.RateLimitJA4FingerprintProperty>
A builder for
CfnRuleGroupPropsMixin.RateLimitJA4FingerprintProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fallbackBehavior(String fallbackBehavior)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fallbackBehavior
@Stability(Stable) public CfnRuleGroupPropsMixin.RateLimitJA4FingerprintProperty.Builder fallbackBehavior(String fallbackBehavior) - Parameters:
fallbackBehavior- The match status to assign to the web request if there is insufficient TSL Client Hello information to compute the JA4 fingerprint. You can specify the following fallback behaviors:MATCH- Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.NO_MATCH- Treat the web request as not matching the rule statement.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRuleGroupPropsMixin.RateLimitJA4FingerprintProperty>- Returns:
- a new instance of
CfnRuleGroupPropsMixin.RateLimitJA4FingerprintProperty - Throws:
NullPointerException- if any required attribute was not provided
-