public static class RecordAggregationDimensions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RecordAggregationDimensions.Builder |
annotationLabelContains(String annotationLabelContains)
Whether or not the annotation contains a label.
|
RecordAggregationDimensions |
build() |
RecordAggregationDimensions.Builder |
copy(RecordAggregationDimensions model) |
RecordAggregationDimensions.Builder |
isLabeled(Boolean isLabeled)
Whether or not the record has been labeled and has associated annotations.
|
public RecordAggregationDimensions.Builder isLabeled(Boolean isLabeled)
Whether or not the record has been labeled and has associated annotations.
isLabeled
- the value to setpublic RecordAggregationDimensions.Builder annotationLabelContains(String annotationLabelContains)
Whether or not the annotation contains a label.
annotationLabelContains
- the value to setpublic RecordAggregationDimensions build()
public RecordAggregationDimensions.Builder copy(RecordAggregationDimensions model)
Copyright © 2016–2024. All rights reserved.