Interface AutoDataQuality.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutoDataQuality.Builder,
,AutoDataQuality> SdkBuilder<AutoDataQuality.Builder,
,AutoDataQuality> SdkPojo
- Enclosing class:
AutoDataQuality
@Mutable
@NotThreadSafe
public static interface AutoDataQuality.Builder
extends SdkPojo, CopyableBuilder<AutoDataQuality.Builder,AutoDataQuality>
-
Method Summary
Modifier and TypeMethodDescriptionevaluationContext
(String evaluationContext) The evaluation context for the automatic data quality checks.Specifies whether automatic data quality evaluation is enabled.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
-
isEnabled
Specifies whether automatic data quality evaluation is enabled. When set to
true
, data quality checks are performed automatically.- Parameters:
isEnabled
- Specifies whether automatic data quality evaluation is enabled. When set totrue
, data quality checks are performed automatically.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluationContext
The evaluation context for the automatic data quality checks. This defines the scope and parameters for the data quality evaluation.
- Parameters:
evaluationContext
- The evaluation context for the automatic data quality checks. This defines the scope and parameters for the data quality evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-