Interface WafConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WafConfiguration.Builder,,WafConfiguration> SdkBuilder<WafConfiguration.Builder,,WafConfiguration> SdkPojo
- Enclosing class:
WafConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionfailureMode(String failureMode) The failure mode that determines how the gateway handles requests when Amazon Web Services WAF is unreachable or times out.failureMode(WafFailureMode failureMode) The failure mode that determines how the gateway handles requests when Amazon Web Services WAF is unreachable or times out.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
-
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
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:
-
-