Interface ImmunityTimeProperty.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ImmunityTimeProperty.Builder,,ImmunityTimeProperty> SdkBuilder<ImmunityTimeProperty.Builder,,ImmunityTimeProperty> SdkPojo
- Enclosing class:
 ImmunityTimeProperty
public static interface ImmunityTimeProperty.Builder
extends SdkPojo, CopyableBuilder<ImmunityTimeProperty.Builder,ImmunityTimeProperty> 
- 
Method Summary
Modifier and TypeMethodDescriptionimmunityTime(Long immunityTime) The amount of time, in seconds, that aCAPTCHAor challenge timestamp is considered valid by WAF.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
immunityTime
The amount of time, in seconds, that a
CAPTCHAor challenge timestamp is considered valid by WAF. The default setting is 300.For the Challenge action, the minimum setting is 300.
- Parameters:
 immunityTime- The amount of time, in seconds, that aCAPTCHAor challenge timestamp is considered valid by WAF. The default setting is 300.For the Challenge action, the minimum setting is 300.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -