@Generated(value="software.amazon.awssdk:codegen") public final class ChallengeConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChallengeConfig.Builder,ChallengeConfig>
Specifies how WAF should handle Challenge evaluations. This is available at the web ACL level and in
each rule.
| Type | Property and Description |
|---|---|
ImmunityTimeProperty |
immunityTime
Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a
challenge.
|
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChallengeConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChallengeConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ImmunityTimeProperty |
immunityTimeProperty()
Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a
challenge.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChallengeConfig.Builder> |
serializableBuilderClass() |
ChallengeConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ImmunityTimeProperty immunityTimeProperty
Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a challenge.
public final ImmunityTimeProperty immunityTimeProperty()
Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a challenge.
public ChallengeConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChallengeConfig.Builder,ChallengeConfig>public static ChallengeConfig.Builder builder()
public static Class<? extends ChallengeConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.