Class WafregionalRegexMatchSet.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.wafregional_regex_match_set.WafregionalRegexMatchSet.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<WafregionalRegexMatchSet>
- Enclosing class:
- WafregionalRegexMatchSet
@Stability(Stable) public static final class WafregionalRegexMatchSet.Builder extends Object implements software.amazon.jsii.Builder<WafregionalRegexMatchSet>
A fluent builder forWafregionalRegexMatchSet.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WafregionalRegexMatchSetbuild()WafregionalRegexMatchSet.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)WafregionalRegexMatchSet.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)WafregionalRegexMatchSet.Buildercount(com.hashicorp.cdktf.TerraformCount count)WafregionalRegexMatchSet.Buildercount(Number count)static WafregionalRegexMatchSet.Buildercreate(software.constructs.Construct scope, String id)WafregionalRegexMatchSet.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)WafregionalRegexMatchSet.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)WafregionalRegexMatchSet.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#id WafregionalRegexMatchSet#id}.WafregionalRegexMatchSet.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)WafregionalRegexMatchSet.Buildername(String name)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#name WafregionalRegexMatchSet#name}.WafregionalRegexMatchSet.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)WafregionalRegexMatchSet.Builderprovisioners(List<? extends Object> provisioners)WafregionalRegexMatchSet.BuilderregexMatchTuple(com.hashicorp.cdktf.IResolvable regexMatchTuple)regex_match_tuple block.WafregionalRegexMatchSet.BuilderregexMatchTuple(List<? extends WafregionalRegexMatchSetRegexMatchTuple> regexMatchTuple)regex_match_tuple block.
-
-
-
Method Detail
-
create
@Stability(Stable) public static WafregionalRegexMatchSet.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
WafregionalRegexMatchSet.Builder.
-
connection
@Stability(Experimental) public WafregionalRegexMatchSet.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public WafregionalRegexMatchSet.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public WafregionalRegexMatchSet.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public WafregionalRegexMatchSet.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public WafregionalRegexMatchSet.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public WafregionalRegexMatchSet.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public WafregionalRegexMatchSet.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public WafregionalRegexMatchSet.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public WafregionalRegexMatchSet.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
name
@Stability(Stable) public WafregionalRegexMatchSet.Builder name(String name)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#name WafregionalRegexMatchSet#name}.- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#name WafregionalRegexMatchSet#name}. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public WafregionalRegexMatchSet.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#id WafregionalRegexMatchSet#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#id WafregionalRegexMatchSet#id}. This parameter is required.- Returns:
this
-
regexMatchTuple
@Stability(Stable) public WafregionalRegexMatchSet.Builder regexMatchTuple(com.hashicorp.cdktf.IResolvable regexMatchTuple)
regex_match_tuple block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#regex_match_tuple WafregionalRegexMatchSet#regex_match_tuple}
- Parameters:
regexMatchTuple- regex_match_tuple block. This parameter is required.- Returns:
this
-
regexMatchTuple
@Stability(Stable) public WafregionalRegexMatchSet.Builder regexMatchTuple(List<? extends WafregionalRegexMatchSetRegexMatchTuple> regexMatchTuple)
regex_match_tuple block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#regex_match_tuple WafregionalRegexMatchSet#regex_match_tuple}
- Parameters:
regexMatchTuple- regex_match_tuple block. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public WafregionalRegexMatchSet build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<WafregionalRegexMatchSet>- Returns:
- a newly built instance of
WafregionalRegexMatchSet.
-
-