Class CfnWebACLPropsMixin.CaptchaConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.wafv2.mixins.CfnWebACLPropsMixin.CaptchaConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebACLPropsMixin.CaptchaConfigProperty>
- Enclosing interface:
CfnWebACLPropsMixin.CaptchaConfigProperty
@Stability(Stable)
public static final class CfnWebACLPropsMixin.CaptchaConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebACLPropsMixin.CaptchaConfigProperty>
A builder for
CfnWebACLPropsMixin.CaptchaConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.immunityTimeProperty(IResolvable immunityTimeProperty) Sets the value ofCfnWebACLPropsMixin.CaptchaConfigProperty.getImmunityTimeProperty()immunityTimeProperty(CfnWebACLPropsMixin.ImmunityTimePropertyProperty immunityTimeProperty) Sets the value ofCfnWebACLPropsMixin.CaptchaConfigProperty.getImmunityTimeProperty()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
immunityTimeProperty
@Stability(Stable) public CfnWebACLPropsMixin.CaptchaConfigProperty.Builder immunityTimeProperty(IResolvable immunityTimeProperty) Sets the value ofCfnWebACLPropsMixin.CaptchaConfigProperty.getImmunityTimeProperty()- Parameters:
immunityTimeProperty- Determines how long aCAPTCHAtimestamp in the token remains valid after the client successfully solves aCAPTCHApuzzle.- Returns:
this
-
immunityTimeProperty
@Stability(Stable) public CfnWebACLPropsMixin.CaptchaConfigProperty.Builder immunityTimeProperty(CfnWebACLPropsMixin.ImmunityTimePropertyProperty immunityTimeProperty) Sets the value ofCfnWebACLPropsMixin.CaptchaConfigProperty.getImmunityTimeProperty()- Parameters:
immunityTimeProperty- Determines how long aCAPTCHAtimestamp in the token remains valid after the client successfully solves aCAPTCHApuzzle.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWebACLPropsMixin.CaptchaConfigProperty>- Returns:
- a new instance of
CfnWebACLPropsMixin.CaptchaConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-