Interface DataQualityEvaluationRunAdditionalRunOptions.Builder

  • Method Details

    • cloudWatchMetricsEnabled

      DataQualityEvaluationRunAdditionalRunOptions.Builder cloudWatchMetricsEnabled(Boolean cloudWatchMetricsEnabled)

      Whether or not to enable CloudWatch metrics.

      Parameters:
      cloudWatchMetricsEnabled - Whether or not to enable CloudWatch metrics.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resultsS3Prefix

      Prefix for Amazon S3 to store results.

      Parameters:
      resultsS3Prefix - Prefix for Amazon S3 to store results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • compositeRuleEvaluationMethod

      DataQualityEvaluationRunAdditionalRunOptions.Builder compositeRuleEvaluationMethod(String compositeRuleEvaluationMethod)

      Set the evaluation method for composite rules in the ruleset to ROW/COLUMN

      Parameters:
      compositeRuleEvaluationMethod - Set the evaluation method for composite rules in the ruleset to ROW/COLUMN
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • compositeRuleEvaluationMethod

      DataQualityEvaluationRunAdditionalRunOptions.Builder compositeRuleEvaluationMethod(DQCompositeRuleEvaluationMethod compositeRuleEvaluationMethod)

      Set the evaluation method for composite rules in the ruleset to ROW/COLUMN

      Parameters:
      compositeRuleEvaluationMethod - Set the evaluation method for composite rules in the ruleset to ROW/COLUMN
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • customLogGroupPrefix

      DataQualityEvaluationRunAdditionalRunOptions.Builder customLogGroupPrefix(String customLogGroupPrefix)

      A custom prefix for the CloudWatch log group names. When specified, evaluation run logs are written to <CustomLogGroupPrefix>/error and <CustomLogGroupPrefix>/output instead of the default /aws-glue/data-quality/error and /aws-glue/data-quality/output log groups.

      Parameters:
      customLogGroupPrefix - A custom prefix for the CloudWatch log group names. When specified, evaluation run logs are written to <CustomLogGroupPrefix>/error and <CustomLogGroupPrefix>/output instead of the default /aws-glue/data-quality/error and /aws-glue/data-quality/output log groups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.