@Stability(value=Stable) public static final class CfnAllowList.CriteriaProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAllowList.CriteriaProperty>
CfnAllowList.CriteriaProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAllowList.CriteriaProperty |
build()
Builds the configured instance.
|
CfnAllowList.CriteriaProperty.Builder |
regex(String regex)
Sets the value of
CfnAllowList.CriteriaProperty.getRegex() |
CfnAllowList.CriteriaProperty.Builder |
s3WordsList(CfnAllowList.S3WordsListProperty s3WordsList)
Sets the value of
CfnAllowList.CriteriaProperty.getS3WordsList() |
CfnAllowList.CriteriaProperty.Builder |
s3WordsList(IResolvable s3WordsList)
Sets the value of
CfnAllowList.CriteriaProperty.getS3WordsList() |
@Stability(value=Stable) public CfnAllowList.CriteriaProperty.Builder regex(String regex)
CfnAllowList.CriteriaProperty.getRegex()regex - The regular expression ( *regex* ) that defines the text pattern to ignore.
The expression can contain 1-512 characters.this@Stability(value=Stable) public CfnAllowList.CriteriaProperty.Builder s3WordsList(IResolvable s3WordsList)
CfnAllowList.CriteriaProperty.getS3WordsList()s3WordsList - The location and name of an Amazon S3 object that lists specific text to ignore.this@Stability(value=Stable) public CfnAllowList.CriteriaProperty.Builder s3WordsList(CfnAllowList.S3WordsListProperty s3WordsList)
CfnAllowList.CriteriaProperty.getS3WordsList()s3WordsList - The location and name of an Amazon S3 object that lists specific text to ignore.this@Stability(value=Stable) public CfnAllowList.CriteriaProperty build()
build in interface software.amazon.jsii.Builder<CfnAllowList.CriteriaProperty>CfnAllowList.CriteriaPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.