public static interface ValidationConfiguration.Builder extends SdkPojo, CopyableBuilder<ValidationConfiguration.Builder,ValidationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ValidationConfiguration.Builder |
rulesetArn(String rulesetArn)
The Amazon Resource Name (ARN) for the ruleset to be validated in the profile job.
|
ValidationConfiguration.Builder |
validationMode(String validationMode)
Mode of data quality validation.
|
ValidationConfiguration.Builder |
validationMode(ValidationMode validationMode)
Mode of data quality validation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildValidationConfiguration.Builder rulesetArn(String 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.
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.ValidationConfiguration.Builder validationMode(String validationMode)
Mode of data quality validation. Default mode is “CHECK_ALL” which verifies all rules defined in the selected ruleset.
validationMode - Mode of data quality validation. Default mode is “CHECK_ALL” which verifies all rules defined in the
selected ruleset.ValidationMode,
ValidationModeValidationConfiguration.Builder validationMode(ValidationMode validationMode)
Mode of data quality validation. Default mode is “CHECK_ALL” which verifies all rules defined in the selected ruleset.
validationMode - Mode of data quality validation. Default mode is “CHECK_ALL” which verifies all rules defined in the
selected ruleset.ValidationMode,
ValidationModeCopyright © 2023. All rights reserved.