Class WafRuleGroupActivatedRuleAction.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.waf_rule_group.WafRuleGroupActivatedRuleAction.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<WafRuleGroupActivatedRuleAction>
- Enclosing interface:
- WafRuleGroupActivatedRuleAction
@Stability(Stable) public static final class WafRuleGroupActivatedRuleAction.Builder extends Object implements software.amazon.jsii.Builder<WafRuleGroupActivatedRuleAction>
A builder forWafRuleGroupActivatedRuleAction
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WafRuleGroupActivatedRuleActionbuild()Builds the configured instance.WafRuleGroupActivatedRuleAction.Buildertype(String type)Sets the value ofWafRuleGroupActivatedRuleAction.getType()
-
-
-
Method Detail
-
type
@Stability(Stable) public WafRuleGroupActivatedRuleAction.Builder type(String type)
Sets the value ofWafRuleGroupActivatedRuleAction.getType()- Parameters:
type- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/waf_rule_group#type WafRuleGroup#type}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public WafRuleGroupActivatedRuleAction build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<WafRuleGroupActivatedRuleAction>- Returns:
- a new instance of
WafRuleGroupActivatedRuleAction - Throws:
NullPointerException- if any required attribute was not provided
-
-