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 Details

    • 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.