Package com.pulumi.aws.wafv2.inputs
Class WebAclCaptchaConfigImmunityTimePropertyArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.inputs.WebAclCaptchaConfigImmunityTimePropertyArgs.Builder
-
- Enclosing class:
- WebAclCaptchaConfigImmunityTimePropertyArgs
public static final class WebAclCaptchaConfigImmunityTimePropertyArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WebAclCaptchaConfigImmunityTimePropertyArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebAclCaptchaConfigImmunityTimePropertyArgs
build()
WebAclCaptchaConfigImmunityTimePropertyArgs.Builder
immunityTime(com.pulumi.core.Output<java.lang.Integer> immunityTime)
WebAclCaptchaConfigImmunityTimePropertyArgs.Builder
immunityTime(java.lang.Integer immunityTime)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WebAclCaptchaConfigImmunityTimePropertyArgs defaults)
-
-
Method Detail
-
immunityTime
public WebAclCaptchaConfigImmunityTimePropertyArgs.Builder immunityTime(@Nullable com.pulumi.core.Output<java.lang.Integer> immunityTime)
- Parameters:
immunityTime
- The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by AWS WAF. The default setting is 300.- Returns:
- builder
-
immunityTime
public WebAclCaptchaConfigImmunityTimePropertyArgs.Builder immunityTime(java.lang.Integer immunityTime)
- Parameters:
immunityTime
- The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by AWS WAF. The default setting is 300.- Returns:
- builder
-
build
public WebAclCaptchaConfigImmunityTimePropertyArgs build()
-
-