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)An always-block IP address list.RiskExceptionConfigurationType.BuilderblockedIPRangeList(Collection<String> blockedIPRangeList)An always-block IP address list.RiskExceptionConfigurationType.BuilderskippedIPRangeList(String... skippedIPRangeList)An always-allow IP address list.RiskExceptionConfigurationType.BuilderskippedIPRangeList(Collection<String> skippedIPRangeList)An always-allow IP address 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
blockedIPRangeList
RiskExceptionConfigurationType.Builder blockedIPRangeList(Collection<String> 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
RiskExceptionConfigurationType.Builder blockedIPRangeList(String... 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
RiskExceptionConfigurationType.Builder skippedIPRangeList(Collection<String> 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
RiskExceptionConfigurationType.Builder skippedIPRangeList(String... 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.
-
-