Class CfnRuleGroup.JA3FingerprintProperty.Builder
java.lang.Object
software.amazon.awscdk.services.wafv2.CfnRuleGroup.JA3FingerprintProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRuleGroup.JA3FingerprintProperty>
- Enclosing interface:
CfnRuleGroup.JA3FingerprintProperty
@Stability(Stable)
public static final class CfnRuleGroup.JA3FingerprintProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRuleGroup.JA3FingerprintProperty>
A builder for
CfnRuleGroup.JA3FingerprintProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.fallbackBehavior
(String fallbackBehavior) Sets the value ofCfnRuleGroup.JA3FingerprintProperty.getFallbackBehavior()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fallbackBehavior
@Stability(Stable) public CfnRuleGroup.JA3FingerprintProperty.Builder fallbackBehavior(String fallbackBehavior) Sets the value ofCfnRuleGroup.JA3FingerprintProperty.getFallbackBehavior()
- Parameters:
fallbackBehavior
- The match status to assign to the web request if the request doesn't have a JA3 fingerprint. This parameter is required. 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnRuleGroup.JA3FingerprintProperty>
- Returns:
- a new instance of
CfnRuleGroup.JA3FingerprintProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-