@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) |
int |
hashCode() |
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 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.
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.
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 © 2019. All rights reserved.