@Stability(value=Stable) public static final class CfnRegexPatternSetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRegexPatternSetProps>
CfnRegexPatternSetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRegexPatternSetProps |
build()
Builds the configured instance.
|
CfnRegexPatternSetProps.Builder |
description(String description)
Sets the value of
CfnRegexPatternSetProps.getDescription() |
CfnRegexPatternSetProps.Builder |
name(String name)
Sets the value of
CfnRegexPatternSetProps.getName() |
CfnRegexPatternSetProps.Builder |
regularExpressionList(List<String> regularExpressionList)
Sets the value of
CfnRegexPatternSetProps.getRegularExpressionList() |
CfnRegexPatternSetProps.Builder |
scope(String scope)
Sets the value of
CfnRegexPatternSetProps.getScope() |
CfnRegexPatternSetProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnRegexPatternSetProps.getTags() |
@Stability(value=Stable) public CfnRegexPatternSetProps.Builder regularExpressionList(List<String> regularExpressionList)
CfnRegexPatternSetProps.getRegularExpressionList()regularExpressionList - `AWS::WAFv2::RegexPatternSet.RegularExpressionList`. This parameter is required.this@Stability(value=Stable) public CfnRegexPatternSetProps.Builder scope(String scope)
CfnRegexPatternSetProps.getScope()scope - `AWS::WAFv2::RegexPatternSet.Scope`. This parameter is required.this@Stability(value=Stable) public CfnRegexPatternSetProps.Builder description(String description)
CfnRegexPatternSetProps.getDescription()description - `AWS::WAFv2::RegexPatternSet.Description`.this@Stability(value=Stable) public CfnRegexPatternSetProps.Builder name(String name)
CfnRegexPatternSetProps.getName()name - `AWS::WAFv2::RegexPatternSet.Name`.this@Stability(value=Stable) public CfnRegexPatternSetProps.Builder tags(List<? extends CfnTag> tags)
CfnRegexPatternSetProps.getTags()tags - `AWS::WAFv2::RegexPatternSet.Tags`.this@Stability(value=Stable) public CfnRegexPatternSetProps build()
build in interface software.amazon.jsii.Builder<CfnRegexPatternSetProps>CfnRegexPatternSetPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.