Class AddDataQualityRuleRequest.Builder
Object
Builder
- Enclosing class:
AddDataQualityRuleRequest
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated.categorizationRelationTypeId
(UUID categorizationRelationTypeId) Deprecated.The ID of the categorization relation type.dataQualityMetrics
(List<DataQualityMetricRequest> dataQualityMetrics) Deprecated.The Data Quality Metrics that should be assigned to the rule that is going to be created.description
(String description) Deprecated.The description of the new data quality rule.Deprecated.The ID of the new Data Quality Rule.Deprecated.The name of the new data quality rule.relationTraceEntries
(List<RelationTraceEntryRequest> relationTraceEntries) Deprecated.The list of entries that describes relations along which the data quality result is calculated.toString()
Deprecated.
-
Method Details
-
id
Deprecated.The ID of the new Data Quality Rule. Should be unique within all data quality rules. It should have a format of universally unique identifier (UUID) and should not start with00000000-0000-0000-
which is a reserved prefix.- Returns:
this
.
-
name
Deprecated.The name of the new data quality rule. Should be unique within all data quality rules.- Returns:
this
.
-
description
Deprecated.The description of the new data quality rule.- Returns:
this
.
-
categorizationRelationTypeId
public AddDataQualityRuleRequest.Builder categorizationRelationTypeId(UUID categorizationRelationTypeId) Deprecated.The ID of the categorization relation type.- Returns:
this
.
-
dataQualityMetrics
public AddDataQualityRuleRequest.Builder dataQualityMetrics(List<DataQualityMetricRequest> dataQualityMetrics) Deprecated.The Data Quality Metrics that should be assigned to the rule that is going to be created.- Returns:
this
.
-
relationTraceEntries
public AddDataQualityRuleRequest.Builder relationTraceEntries(List<RelationTraceEntryRequest> relationTraceEntries) Deprecated.The list of entries that describes relations along which the data quality result is calculated.- Returns:
this
.
-
build
Deprecated. -
toString
Deprecated.
-