Package com.pulumi.aws.wafv2.outputs
Class WebAclRuleActionCaptcha.Builder
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.WebAclRuleActionCaptcha.Builder
-
- Enclosing class:
- WebAclRuleActionCaptcha
public static final class WebAclRuleActionCaptcha.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WebAclRuleActionCaptcha defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebAclRuleActionCaptcha
build()
WebAclRuleActionCaptcha.Builder
customRequestHandling(WebAclRuleActionCaptchaCustomRequestHandling customRequestHandling)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WebAclRuleActionCaptcha defaults)
-
-
Method Detail
-
customRequestHandling
public WebAclRuleActionCaptcha.Builder customRequestHandling(@Nullable WebAclRuleActionCaptchaCustomRequestHandling customRequestHandling)
-
build
public WebAclRuleActionCaptcha build()
-
-