| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ImmunityTimeProperty.Builder |
ImmunityTimeProperty.builder() |
ImmunityTimeProperty.Builder |
ImmunityTimeProperty.Builder.immunityTime(Long immunityTime)
The amount of time, in seconds, that a
CAPTCHA or challenge timestamp is considered valid by
WAF. |
ImmunityTimeProperty.Builder |
ImmunityTimeProperty.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImmunityTimeProperty.Builder> |
ImmunityTimeProperty.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ChallengeConfig.Builder |
ChallengeConfig.Builder.immunityTimeProperty(Consumer<ImmunityTimeProperty.Builder> immunityTimeProperty)
Determines how long a challenge timestamp in the token remains valid after the client successfully responds
to a challenge.
|
default CaptchaConfig.Builder |
CaptchaConfig.Builder.immunityTimeProperty(Consumer<ImmunityTimeProperty.Builder> immunityTimeProperty)
Determines how long a
CAPTCHA timestamp in the token remains valid after the client successfully
solves a CAPTCHA puzzle. |
Copyright © 2023. All rights reserved.