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