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 Details

    • immunityTime

      ImmunityTimeProperty.Builder immunityTime(Long immunityTime)

      The amount of time, in seconds, that a CAPTCHA or 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 a CAPTCHA or 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.