Interface RiskExceptionConfigurationType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RiskExceptionConfigurationType.Builder,,RiskExceptionConfigurationType> SdkBuilder<RiskExceptionConfigurationType.Builder,,RiskExceptionConfigurationType> SdkPojo
- Enclosing class:
- RiskExceptionConfigurationType
@Mutable
@NotThreadSafe
public static interface RiskExceptionConfigurationType.Builder
extends SdkPojo, CopyableBuilder<RiskExceptionConfigurationType.Builder,RiskExceptionConfigurationType>
-
Method Summary
Modifier and TypeMethodDescriptionblockedIPRangeList(String... blockedIPRangeList) An always-block IP address list.blockedIPRangeList(Collection<String> blockedIPRangeList) An always-block IP address list.skippedIPRangeList(String... skippedIPRangeList) An always-allow IP address list.skippedIPRangeList(Collection<String> skippedIPRangeList) An always-allow IP address list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
blockedIPRangeList
An always-block IP address list. Overrides the risk decision and always blocks authentication requests. This parameter is displayed and set in CIDR notation.
- Parameters:
blockedIPRangeList- An always-block IP address list. Overrides the risk decision and always blocks authentication requests. This parameter is displayed and set in CIDR notation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blockedIPRangeList
An always-block IP address list. Overrides the risk decision and always blocks authentication requests. This parameter is displayed and set in CIDR notation.
- Parameters:
blockedIPRangeList- An always-block IP address list. Overrides the risk decision and always blocks authentication requests. This parameter is displayed and set in CIDR notation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skippedIPRangeList
An always-allow IP address list. Risk detection isn't performed on the IP addresses in this range list. This parameter is displayed and set in CIDR notation.
- Parameters:
skippedIPRangeList- An always-allow IP address list. Risk detection isn't performed on the IP addresses in this range list. This parameter is displayed and set in CIDR notation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skippedIPRangeList
An always-allow IP address list. Risk detection isn't performed on the IP addresses in this range list. This parameter is displayed and set in CIDR notation.
- Parameters:
skippedIPRangeList- An always-allow IP address list. Risk detection isn't performed on the IP addresses in this range list. This parameter is displayed and set in CIDR notation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-