public static interface AwsWafv2RulesActionCaptchaDetails.Builder extends SdkPojo, CopyableBuilder<AwsWafv2RulesActionCaptchaDetails.Builder,AwsWafv2RulesActionCaptchaDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsWafv2RulesActionCaptchaDetails.Builder |
customRequestHandling(AwsWafv2CustomRequestHandlingDetails customRequestHandling)
Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's
token is valid and unexpired.
|
default AwsWafv2RulesActionCaptchaDetails.Builder |
customRequestHandling(Consumer<AwsWafv2CustomRequestHandlingDetails.Builder> customRequestHandling)
Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's
token is valid and unexpired.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsWafv2RulesActionCaptchaDetails.Builder customRequestHandling(AwsWafv2CustomRequestHandlingDetails customRequestHandling)
Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's token is valid and unexpired. For more information, see Customizing web requests and responses in WAF in the WAF Developer Guide..
customRequestHandling - Defines custom handling for the web request, used when the CAPTCHA inspection determines that the
request's token is valid and unexpired. For more information, see Customizing web requests and responses in WAF in the WAF Developer Guide..default AwsWafv2RulesActionCaptchaDetails.Builder customRequestHandling(Consumer<AwsWafv2CustomRequestHandlingDetails.Builder> customRequestHandling)
Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's token is valid and unexpired. For more information, see Customizing web requests and responses in WAF in the WAF Developer Guide..
This is a convenience method that creates an instance of theAwsWafv2CustomRequestHandlingDetails.Builder avoiding the need to create one manually via
AwsWafv2CustomRequestHandlingDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to customRequestHandling(AwsWafv2CustomRequestHandlingDetails).
customRequestHandling - a consumer that will call methods on AwsWafv2CustomRequestHandlingDetails.BuildercustomRequestHandling(AwsWafv2CustomRequestHandlingDetails)Copyright © 2023. All rights reserved.