@Generated(value="software.amazon.awssdk:codegen") public final class ImmunityTimeProperty extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImmunityTimeProperty.Builder,ImmunityTimeProperty>
Used for CAPTCHA and challenge token settings. Determines how long a CAPTCHA or challenge timestamp
remains valid after WAF updates it for a successful CAPTCHA or challenge response.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImmunityTimeProperty.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmunityTimeProperty.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
immunityTime()
The amount of time, in seconds, that a
CAPTCHA or challenge timestamp is considered valid by WAF. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImmunityTimeProperty.Builder> |
serializableBuilderClass() |
ImmunityTimeProperty.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
CAPTCHA or challenge timestamp is considered valid by
WAF. The default setting is 300.
For the Challenge action, the minimum setting is 300.
public ImmunityTimeProperty.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImmunityTimeProperty.Builder,ImmunityTimeProperty>public static ImmunityTimeProperty.Builder builder()
public static Class<? extends ImmunityTimeProperty.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.