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