Uses of Class
com.hashicorp.cdktf.providers.aws.waf_rule_group.WafRuleGroupActivatedRule.Builder
-
Packages that use WafRuleGroupActivatedRule.Builder Package Description com.hashicorp.cdktf.providers.aws.waf_rule_group aws_waf_rule_group -
-
Uses of WafRuleGroupActivatedRule.Builder in com.hashicorp.cdktf.providers.aws.waf_rule_group
Methods in com.hashicorp.cdktf.providers.aws.waf_rule_group that return WafRuleGroupActivatedRule.Builder Modifier and Type Method Description WafRuleGroupActivatedRule.BuilderWafRuleGroupActivatedRule.Builder. action(WafRuleGroupActivatedRuleAction action)Sets the value ofWafRuleGroupActivatedRule.getAction()static WafRuleGroupActivatedRule.BuilderWafRuleGroupActivatedRule. builder()WafRuleGroupActivatedRule.BuilderWafRuleGroupActivatedRule.Builder. priority(Number priority)Sets the value ofWafRuleGroupActivatedRule.getPriority()WafRuleGroupActivatedRule.BuilderWafRuleGroupActivatedRule.Builder. ruleId(String ruleId)Sets the value ofWafRuleGroupActivatedRule.getRuleId()WafRuleGroupActivatedRule.BuilderWafRuleGroupActivatedRule.Builder. type(String type)Sets the value ofWafRuleGroupActivatedRule.getType()Constructors in com.hashicorp.cdktf.providers.aws.waf_rule_group with parameters of type WafRuleGroupActivatedRule.Builder Constructor Description Jsii$Proxy(WafRuleGroupActivatedRule.Builder builder)Constructor that initializes the object based on literal property values passed by theWafRuleGroupActivatedRule.Builder.
-