Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleActionCaptchaArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleActionCaptchaArgs.Builder
-
- Enclosing class:
- WebAclRuleActionCaptchaArgs
public static final class WebAclRuleActionCaptchaArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WebAclRuleActionCaptchaArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebAclRuleActionCaptchaArgs
build()
WebAclRuleActionCaptchaArgs.Builder
customRequestHandling(WebAclRuleActionCaptchaCustomRequestHandlingArgs customRequestHandling)
WebAclRuleActionCaptchaArgs.Builder
customRequestHandling(com.pulumi.core.Output<WebAclRuleActionCaptchaCustomRequestHandlingArgs> customRequestHandling)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WebAclRuleActionCaptchaArgs defaults)
-
-
Method Detail
-
customRequestHandling
public WebAclRuleActionCaptchaArgs.Builder customRequestHandling(@Nullable com.pulumi.core.Output<WebAclRuleActionCaptchaCustomRequestHandlingArgs> customRequestHandling)
- Parameters:
customRequestHandling
- Defines custom handling for the web request. See `custom_request_handling` below for details.- Returns:
- builder
-
customRequestHandling
public WebAclRuleActionCaptchaArgs.Builder customRequestHandling(WebAclRuleActionCaptchaCustomRequestHandlingArgs customRequestHandling)
- Parameters:
customRequestHandling
- Defines custom handling for the web request. See `custom_request_handling` below for details.- Returns:
- builder
-
build
public WebAclRuleActionCaptchaArgs build()
-
-