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