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