public static final class CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Builder |
blockedIpRangeList(java.util.List<java.lang.String> blockedIpRangeList)
|
CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty |
build()
Builds the configured instance.
|
CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Builder |
skippedIpRangeList(java.util.List<java.lang.String> skippedIpRangeList)
|
public CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Builder blockedIpRangeList(java.util.List<java.lang.String> blockedIpRangeList)
CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.getBlockedIpRangeList()
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.this
public CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.Builder skippedIpRangeList(java.util.List<java.lang.String> skippedIpRangeList)
CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty.getSkippedIpRangeList()
skippedIpRangeList
- Risk detection isn't performed on the IP addresses in this range list.
The IP range is in CIDR notation.this
public CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty build()
CfnUserPoolRiskConfigurationAttachment.RiskExceptionConfigurationTypeProperty
java.lang.NullPointerException
- if any required attribute was not provided