Interface DataQualityEvaluationRunAdditionalRunOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataQualityEvaluationRunAdditionalRunOptions.Builder,
,DataQualityEvaluationRunAdditionalRunOptions> SdkBuilder<DataQualityEvaluationRunAdditionalRunOptions.Builder,
,DataQualityEvaluationRunAdditionalRunOptions> SdkPojo
- Enclosing class:
DataQualityEvaluationRunAdditionalRunOptions
@Mutable
@NotThreadSafe
public static interface DataQualityEvaluationRunAdditionalRunOptions.Builder
extends SdkPojo, CopyableBuilder<DataQualityEvaluationRunAdditionalRunOptions.Builder,DataQualityEvaluationRunAdditionalRunOptions>
-
Method Summary
Modifier and TypeMethodDescriptioncloudWatchMetricsEnabled
(Boolean cloudWatchMetricsEnabled) Whether or not to enable CloudWatch metrics.compositeRuleEvaluationMethod
(String compositeRuleEvaluationMethod) Set the evaluation method for composite rules in the ruleset to ROW/COLUMNcompositeRuleEvaluationMethod
(DQCompositeRuleEvaluationMethod compositeRuleEvaluationMethod) Set the evaluation method for composite rules in the ruleset to ROW/COLUMNresultsS3Prefix
(String resultsS3Prefix) Prefix for Amazon S3 to store results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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:
-