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