Class CfnJobPropsMixin.ValidationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnJobPropsMixin.ValidationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnJobPropsMixin.ValidationConfigurationProperty>
- Enclosing interface:
CfnJobPropsMixin.ValidationConfigurationProperty
@Stability(Stable)
public static final class CfnJobPropsMixin.ValidationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnJobPropsMixin.ValidationConfigurationProperty>
A builder for
CfnJobPropsMixin.ValidationConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.rulesetArn(String rulesetArn) Sets the value ofCfnJobPropsMixin.ValidationConfigurationProperty.getRulesetArn()validationMode(String validationMode) Sets the value ofCfnJobPropsMixin.ValidationConfigurationProperty.getValidationMode()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
rulesetArn
@Stability(Stable) public CfnJobPropsMixin.ValidationConfigurationProperty.Builder rulesetArn(String rulesetArn) Sets the value ofCfnJobPropsMixin.ValidationConfigurationProperty.getRulesetArn()- Parameters:
rulesetArn- The Amazon Resource Name (ARN) for the ruleset to be validated in the profile job. The TargetArn of the selected ruleset should be the same as the Amazon Resource Name (ARN) of the dataset that is associated with the profile job.- Returns:
this
-
validationMode
@Stability(Stable) public CfnJobPropsMixin.ValidationConfigurationProperty.Builder validationMode(String validationMode) Sets the value ofCfnJobPropsMixin.ValidationConfigurationProperty.getValidationMode()- Parameters:
validationMode- Mode of data quality validation. Default mode is “CHECK_ALL” which verifies all rules defined in the selected ruleset.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnJobPropsMixin.ValidationConfigurationProperty>- Returns:
- a new instance of
CfnJobPropsMixin.ValidationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-