Interface RiskExceptionConfigurationType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RiskExceptionConfigurationType.Builder,RiskExceptionConfigurationType>,SdkBuilder<RiskExceptionConfigurationType.Builder,RiskExceptionConfigurationType>,SdkPojo
- Enclosing class:
- RiskExceptionConfigurationType
public static interface RiskExceptionConfigurationType.Builder extends SdkPojo, CopyableBuilder<RiskExceptionConfigurationType.Builder,RiskExceptionConfigurationType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RiskExceptionConfigurationType.BuilderblockedIPRangeList(String... blockedIPRangeList)Overrides the risk decision to always block the pre-authentication requests.RiskExceptionConfigurationType.BuilderblockedIPRangeList(Collection<String> blockedIPRangeList)Overrides the risk decision to always block the pre-authentication requests.RiskExceptionConfigurationType.BuilderskippedIPRangeList(String... skippedIPRangeList)Risk detection isn't performed on the IP addresses in this range list.RiskExceptionConfigurationType.BuilderskippedIPRangeList(Collection<String> skippedIPRangeList)Risk detection isn't performed on the IP addresses in this range list.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
blockedIPRangeList
RiskExceptionConfigurationType.Builder blockedIPRangeList(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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blockedIPRangeList
RiskExceptionConfigurationType.Builder blockedIPRangeList(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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skippedIPRangeList
RiskExceptionConfigurationType.Builder skippedIPRangeList(Collection<String> skippedIPRangeList)
Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.
- Parameters:
skippedIPRangeList- Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skippedIPRangeList
RiskExceptionConfigurationType.Builder skippedIPRangeList(String... skippedIPRangeList)
Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.
- Parameters:
skippedIPRangeList- Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-