Class AnnotationAnalyticsAggregation.Builder
- java.lang.Object
 - 
- com.oracle.bmc.datalabelingservicedataplane.model.AnnotationAnalyticsAggregation.Builder
 
 
- 
- Enclosing class:
 - AnnotationAnalyticsAggregation
 
public static class AnnotationAnalyticsAggregation.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationAnalyticsAggregationbuild()AnnotationAnalyticsAggregation.BuildercompartmentId(String compartmentId)The OCID of the compartment containing the annotations.AnnotationAnalyticsAggregation.Buildercopy(AnnotationAnalyticsAggregation model)AnnotationAnalyticsAggregation.Buildercount(BigDecimal count)The count of the matching results.AnnotationAnalyticsAggregation.BuilderdatasetId(String datasetId)The OCID of the dataset the annotations belong to.AnnotationAnalyticsAggregation.Builderdimensions(AnnotationAggregationDimensions dimensions)AnnotationAnalyticsAggregation.BuilderlifecycleState(Annotation.LifecycleState lifecycleState)Describes the lifecycle state.AnnotationAnalyticsAggregation.BuilderupdatedBy(String updatedBy)The OCID of the principal which updated the annotation. 
 - 
 
- 
- 
Method Detail
- 
count
public AnnotationAnalyticsAggregation.Builder count(BigDecimal count)
The count of the matching results.- Parameters:
 count- the value to set- Returns:
 - this builder
 
 
- 
datasetId
public AnnotationAnalyticsAggregation.Builder datasetId(String datasetId)
The OCID of the dataset the annotations belong to.- Parameters:
 datasetId- the value to set- Returns:
 - this builder
 
 
- 
dimensions
public AnnotationAnalyticsAggregation.Builder dimensions(AnnotationAggregationDimensions dimensions)
 
- 
updatedBy
public AnnotationAnalyticsAggregation.Builder updatedBy(String updatedBy)
The OCID of the principal which updated the annotation.- Parameters:
 updatedBy- the value to set- Returns:
 - this builder
 
 
- 
compartmentId
public AnnotationAnalyticsAggregation.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the annotations.- Parameters:
 compartmentId- the value to set- Returns:
 - this builder
 
 
- 
lifecycleState
public AnnotationAnalyticsAggregation.Builder lifecycleState(Annotation.LifecycleState lifecycleState)
Describes the lifecycle state.- Parameters:
 lifecycleState- the value to set- Returns:
 - this builder
 
 
- 
build
public AnnotationAnalyticsAggregation build()
 
- 
copy
public AnnotationAnalyticsAggregation.Builder copy(AnnotationAnalyticsAggregation model)
 
 - 
 
 -