Class CfnJobPropsMixin.ColumnSelectorProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnJobPropsMixin.ColumnSelectorProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnJobPropsMixin.ColumnSelectorProperty>
- Enclosing interface:
CfnJobPropsMixin.ColumnSelectorProperty
@Stability(Stable)
public static final class CfnJobPropsMixin.ColumnSelectorProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnJobPropsMixin.ColumnSelectorProperty>
A builder for
CfnJobPropsMixin.ColumnSelectorProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnJobPropsMixin.ColumnSelectorProperty.getName()Sets the value ofCfnJobPropsMixin.ColumnSelectorProperty.getRegex()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnJobPropsMixin.ColumnSelectorProperty.getName()- Parameters:
name- The name of a column from a dataset.- Returns:
this
-
regex
Sets the value ofCfnJobPropsMixin.ColumnSelectorProperty.getRegex()- Parameters:
regex- A regular expression for selecting a column from a dataset.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnJobPropsMixin.ColumnSelectorProperty>- Returns:
- a new instance of
CfnJobPropsMixin.ColumnSelectorProperty - Throws:
NullPointerException- if any required attribute was not provided
-