Interface AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails.Builder,
,AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails> SdkBuilder<AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails.Builder,
,AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails> SdkPojo
- Enclosing class:
AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails
public static interface AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails.Builder
extends SdkPojo, CopyableBuilder<AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails.Builder,AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails>
-
Method Summary
Modifier and TypeMethodDescriptionimmunityTime
(Long immunityTime) The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by WAF.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
immunityTime
The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by WAF.
- Parameters:
immunityTime
- The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by WAF.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-