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