Interface DQResultsPublishingOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DQResultsPublishingOptions.Builder,
,DQResultsPublishingOptions> SdkBuilder<DQResultsPublishingOptions.Builder,
,DQResultsPublishingOptions> SdkPojo
- Enclosing class:
DQResultsPublishingOptions
@Mutable
@NotThreadSafe
public static interface DQResultsPublishingOptions.Builder
extends SdkPojo, CopyableBuilder<DQResultsPublishingOptions.Builder,DQResultsPublishingOptions>
-
Method Summary
Modifier and TypeMethodDescriptioncloudWatchMetricsEnabled
(Boolean cloudWatchMetricsEnabled) Enable metrics for your data quality results.evaluationContext
(String evaluationContext) The context of the evaluation.resultsPublishingEnabled
(Boolean resultsPublishingEnabled) Enable publishing for your data quality results.resultsS3Prefix
(String resultsS3Prefix) The Amazon S3 prefix prepended to the 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
-
evaluationContext
The context of the evaluation.
- Parameters:
evaluationContext
- The context of the evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resultsS3Prefix
The Amazon S3 prefix prepended to the results.
- Parameters:
resultsS3Prefix
- The Amazon S3 prefix prepended to the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudWatchMetricsEnabled
Enable metrics for your data quality results.
- Parameters:
cloudWatchMetricsEnabled
- Enable metrics for your data quality results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resultsPublishingEnabled
Enable publishing for your data quality results.
- Parameters:
resultsPublishingEnabled
- Enable publishing for your data quality results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-