Interface WafConfiguration.Builder

  • Method Details

    • failureMode

      WafConfiguration.Builder failureMode(String failureMode)

      The failure mode that determines how the gateway handles requests when Amazon Web Services WAF is unreachable or times out. Valid values include:

      • FAIL_CLOSE - The gateway blocks requests when Amazon Web Services WAF cannot be evaluated.

      • FAIL_OPEN - The gateway allows requests when Amazon Web Services WAF cannot be evaluated.

      Parameters:
      failureMode - The failure mode that determines how the gateway handles requests when Amazon Web Services WAF is unreachable or times out. Valid values include:

      • FAIL_CLOSE - The gateway blocks requests when Amazon Web Services WAF cannot be evaluated.

      • FAIL_OPEN - The gateway allows requests when Amazon Web Services WAF cannot be evaluated.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • failureMode

      WafConfiguration.Builder failureMode(WafFailureMode failureMode)

      The failure mode that determines how the gateway handles requests when Amazon Web Services WAF is unreachable or times out. Valid values include:

      • FAIL_CLOSE - The gateway blocks requests when Amazon Web Services WAF cannot be evaluated.

      • FAIL_OPEN - The gateway allows requests when Amazon Web Services WAF cannot be evaluated.

      Parameters:
      failureMode - The failure mode that determines how the gateway handles requests when Amazon Web Services WAF is unreachable or times out. Valid values include:

      • FAIL_CLOSE - The gateway blocks requests when Amazon Web Services WAF cannot be evaluated.

      • FAIL_OPEN - The gateway allows requests when Amazon Web Services WAF cannot be evaluated.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: