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