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