Class CfnWebACLPropsMixin.RateLimitJA3FingerprintProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wafv2.CfnWebACLPropsMixin.RateLimitJA3FingerprintProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebACLPropsMixin.RateLimitJA3FingerprintProperty>
- Enclosing interface:
CfnWebACLPropsMixin.RateLimitJA3FingerprintProperty
@Stability(Stable)
public static final class CfnWebACLPropsMixin.RateLimitJA3FingerprintProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebACLPropsMixin.RateLimitJA3FingerprintProperty>
A builder for
CfnWebACLPropsMixin.RateLimitJA3FingerprintProperty-
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 CfnWebACLPropsMixin.RateLimitJA3FingerprintProperty.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 JA3 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<CfnWebACLPropsMixin.RateLimitJA3FingerprintProperty>- Returns:
- a new instance of
CfnWebACLPropsMixin.RateLimitJA3FingerprintProperty - Throws:
NullPointerException- if any required attribute was not provided
-