@Generated(value="software.amazon.awssdk:codegen") public final class RiskExceptionConfigurationType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RiskExceptionConfigurationType.Builder,RiskExceptionConfigurationType>
The type of the configuration to override the risk decision.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RiskExceptionConfigurationType.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
blockedIPRangeList()
Overrides the risk decision to always block the pre-authentication requests.
|
static RiskExceptionConfigurationType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasBlockedIPRangeList()
Returns true if the BlockedIPRangeList property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasSkippedIPRangeList()
Returns true if the SkippedIPRangeList property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RiskExceptionConfigurationType.Builder> |
serializableBuilderClass() |
List<String> |
skippedIPRangeList()
Risk detection is not performed on the IP addresses in the range list.
|
RiskExceptionConfigurationType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasBlockedIPRangeList()
public List<String> blockedIPRangeList()
Overrides the risk decision to always block the pre-authentication requests. The IP range is in CIDR notation: a compact representation of an IP address and its associated routing prefix.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasBlockedIPRangeList() to see if a value was sent in this field.
public boolean hasSkippedIPRangeList()
public List<String> skippedIPRangeList()
Risk detection is not performed on the IP addresses in the range list. The IP range is in CIDR notation.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSkippedIPRangeList() to see if a value was sent in this field.
public RiskExceptionConfigurationType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RiskExceptionConfigurationType.Builder,RiskExceptionConfigurationType>public static RiskExceptionConfigurationType.Builder builder()
public static Class<? extends RiskExceptionConfigurationType.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.