Interface ValidationConfiguration.Builder

  • Method Details

    • rulesetArn

      ValidationConfiguration.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.

      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:
      Returns a reference to this object so that method calls can be chained together.
    • validationMode

      ValidationConfiguration.Builder validationMode(String validationMode)

      Mode of data quality validation. Default mode is “CHECK_ALL” which verifies all rules defined in the selected ruleset.

      Parameters:
      validationMode - Mode of data quality validation. Default mode is “CHECK_ALL” which verifies all rules defined in the selected ruleset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • validationMode

      ValidationConfiguration.Builder validationMode(ValidationMode validationMode)

      Mode of data quality validation. Default mode is “CHECK_ALL” which verifies all rules defined in the selected ruleset.

      Parameters:
      validationMode - Mode of data quality validation. Default mode is “CHECK_ALL” which verifies all rules defined in the selected ruleset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: