Class WafregionalRegexMatchSetRegexMatchTuple.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.wafregional_regex_match_set.WafregionalRegexMatchSetRegexMatchTuple.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<WafregionalRegexMatchSetRegexMatchTuple>
- Enclosing interface:
- WafregionalRegexMatchSetRegexMatchTuple
@Stability(Stable) public static final class WafregionalRegexMatchSetRegexMatchTuple.Builder extends Object implements software.amazon.jsii.Builder<WafregionalRegexMatchSetRegexMatchTuple>
A builder forWafregionalRegexMatchSetRegexMatchTuple
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WafregionalRegexMatchSetRegexMatchTuplebuild()Builds the configured instance.WafregionalRegexMatchSetRegexMatchTuple.BuilderfieldToMatch(WafregionalRegexMatchSetRegexMatchTupleFieldToMatch fieldToMatch)Sets the value ofWafregionalRegexMatchSetRegexMatchTuple.getFieldToMatch()WafregionalRegexMatchSetRegexMatchTuple.BuilderregexPatternSetId(String regexPatternSetId)Sets the value ofWafregionalRegexMatchSetRegexMatchTuple.getRegexPatternSetId()WafregionalRegexMatchSetRegexMatchTuple.BuildertextTransformation(String textTransformation)Sets the value ofWafregionalRegexMatchSetRegexMatchTuple.getTextTransformation()
-
-
-
Method Detail
-
fieldToMatch
@Stability(Stable) public WafregionalRegexMatchSetRegexMatchTuple.Builder fieldToMatch(WafregionalRegexMatchSetRegexMatchTupleFieldToMatch fieldToMatch)
Sets the value ofWafregionalRegexMatchSetRegexMatchTuple.getFieldToMatch()- Parameters:
fieldToMatch- field_to_match block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#field_to_match WafregionalRegexMatchSet#field_to_match}- Returns:
this
-
regexPatternSetId
@Stability(Stable) public WafregionalRegexMatchSetRegexMatchTuple.Builder regexPatternSetId(String regexPatternSetId)
Sets the value ofWafregionalRegexMatchSetRegexMatchTuple.getRegexPatternSetId()- Parameters:
regexPatternSetId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#regex_pattern_set_id WafregionalRegexMatchSet#regex_pattern_set_id}. This parameter is required.- Returns:
this
-
textTransformation
@Stability(Stable) public WafregionalRegexMatchSetRegexMatchTuple.Builder textTransformation(String textTransformation)
Sets the value ofWafregionalRegexMatchSetRegexMatchTuple.getTextTransformation()- Parameters:
textTransformation- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/wafregional_regex_match_set#text_transformation WafregionalRegexMatchSet#text_transformation}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public WafregionalRegexMatchSetRegexMatchTuple build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<WafregionalRegexMatchSetRegexMatchTuple>- Returns:
- a new instance of
WafregionalRegexMatchSetRegexMatchTuple - Throws:
NullPointerException- if any required attribute was not provided
-
-