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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails.BuilderimmunityTime(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
immunityTime
AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails.Builder immunityTime(Long 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.
-
-