Interface DataQualityRuleRecommendationRunAdditionalRunOptions.Builder

  • Method Details

    • customLogGroupPrefix

      DataQualityRuleRecommendationRunAdditionalRunOptions.Builder customLogGroupPrefix(String customLogGroupPrefix)

      A custom prefix for the CloudWatch log group names. When specified, recommendation 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, recommendation 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.