@Stability(value=Stable) public static final class CfnRuleset.ColumnSelectorProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRuleset.ColumnSelectorProperty>
CfnRuleset.ColumnSelectorProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRuleset.ColumnSelectorProperty |
build()
Builds the configured instance.
|
CfnRuleset.ColumnSelectorProperty.Builder |
name(String name)
Sets the value of
CfnRuleset.ColumnSelectorProperty.getName() |
CfnRuleset.ColumnSelectorProperty.Builder |
regex(String regex)
Sets the value of
CfnRuleset.ColumnSelectorProperty.getRegex() |
@Stability(value=Stable) public CfnRuleset.ColumnSelectorProperty.Builder name(String name)
CfnRuleset.ColumnSelectorProperty.getName()name - The name of a column from a dataset.this@Stability(value=Stable) public CfnRuleset.ColumnSelectorProperty.Builder regex(String regex)
CfnRuleset.ColumnSelectorProperty.getRegex()regex - A regular expression for selecting a column from a dataset.this@Stability(value=Stable) public CfnRuleset.ColumnSelectorProperty build()
build in interface software.amazon.jsii.Builder<CfnRuleset.ColumnSelectorProperty>CfnRuleset.ColumnSelectorPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.