@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RiskExceptionConfigurationType extends Object implements Serializable, Cloneable, StructuredPojo
The type of the configuration to override the risk decision.
Constructor and Description |
---|
RiskExceptionConfigurationType() |
Modifier and Type | Method and Description |
---|---|
RiskExceptionConfigurationType |
clone() |
boolean |
equals(Object obj) |
List<String> |
getBlockedIPRangeList()
Overrides the risk decision to always block the pre-authentication requests.
|
List<String> |
getSkippedIPRangeList()
Risk detection isn't performed on the IP addresses in this range list.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBlockedIPRangeList(Collection<String> blockedIPRangeList)
Overrides the risk decision to always block the pre-authentication requests.
|
void |
setSkippedIPRangeList(Collection<String> skippedIPRangeList)
Risk detection isn't performed on the IP addresses in this range list.
|
String |
toString()
Returns a string representation of this object.
|
RiskExceptionConfigurationType |
withBlockedIPRangeList(Collection<String> blockedIPRangeList)
Overrides the risk decision to always block the pre-authentication requests.
|
RiskExceptionConfigurationType |
withBlockedIPRangeList(String... blockedIPRangeList)
Overrides the risk decision to always block the pre-authentication requests.
|
RiskExceptionConfigurationType |
withSkippedIPRangeList(Collection<String> skippedIPRangeList)
Risk detection isn't performed on the IP addresses in this range list.
|
RiskExceptionConfigurationType |
withSkippedIPRangeList(String... skippedIPRangeList)
Risk detection isn't performed on the IP addresses in this range list.
|
public List<String> getBlockedIPRangeList()
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 routing prefix.
public void setBlockedIPRangeList(Collection<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 routing prefix.
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 routing prefix.public RiskExceptionConfigurationType withBlockedIPRangeList(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 routing prefix.
NOTE: This method appends the values to the existing list (if any). Use
setBlockedIPRangeList(java.util.Collection)
or withBlockedIPRangeList(java.util.Collection)
if
you want to override the existing values.
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 routing prefix.public RiskExceptionConfigurationType withBlockedIPRangeList(Collection<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 routing prefix.
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 routing prefix.public List<String> getSkippedIPRangeList()
Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.
public void setSkippedIPRangeList(Collection<String> skippedIPRangeList)
Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.
skippedIPRangeList
- Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.public RiskExceptionConfigurationType withSkippedIPRangeList(String... skippedIPRangeList)
Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.
NOTE: This method appends the values to the existing list (if any). Use
setSkippedIPRangeList(java.util.Collection)
or withSkippedIPRangeList(java.util.Collection)
if
you want to override the existing values.
skippedIPRangeList
- Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.public RiskExceptionConfigurationType withSkippedIPRangeList(Collection<String> skippedIPRangeList)
Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.
skippedIPRangeList
- Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.public String toString()
toString
in class Object
Object.toString()
public RiskExceptionConfigurationType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.