Class DataQualityMetricRequest.Builder
- Object
-
- Builder
-
- Enclosing class:
- DataQualityMetricRequest
public static final class DataQualityMetricRequest.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DataQualityMetricRequest.Builder
attributeTypeId(UUID attributeTypeId)
The ID of the attribute type that defines the value that is used as the data quality metric.DataQualityMetricRequest
build()
DataQualityMetricRequest.Builder
but()
Deprecated.This method will be removed in the future.DataQualityMetricRequest.Builder
countOperation(DataQualityCountOperation countOperation)
The operation that should be performed when aggregating the quality results.String
toString()
-
-
-
Method Detail
-
but
@Deprecated public DataQualityMetricRequest.Builder but()
Deprecated.This method will be removed in the future. Please, useDataQualityMetricRequest.builder()
Clone method for this Builder.
-
countOperation
public DataQualityMetricRequest.Builder countOperation(DataQualityCountOperation countOperation)
The operation that should be performed when aggregating the quality results.- Returns:
this
.
-
attributeTypeId
public DataQualityMetricRequest.Builder attributeTypeId(UUID attributeTypeId)
The ID of the attribute type that defines the value that is used as the data quality metric.- Returns:
this
.
-
build
public DataQualityMetricRequest build()
-
toString
public String toString()
- Overrides:
toString
in classObject
-
-