public static class AnnotationAnalyticsAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AnnotationAnalyticsAggregation |
build() |
AnnotationAnalyticsAggregation.Builder |
compartmentId(String compartmentId)
The OCID of the compartment containing the annotations.
|
AnnotationAnalyticsAggregation.Builder |
copy(AnnotationAnalyticsAggregation model) |
AnnotationAnalyticsAggregation.Builder |
count(BigDecimal count)
The count of the matching results.
|
AnnotationAnalyticsAggregation.Builder |
datasetId(String datasetId)
The OCID of the dataset the annotations belong to.
|
AnnotationAnalyticsAggregation.Builder |
dimensions(AnnotationAggregationDimensions dimensions) |
AnnotationAnalyticsAggregation.Builder |
lifecycleState(Annotation.LifecycleState lifecycleState)
Describes the lifecycle state.
|
AnnotationAnalyticsAggregation.Builder |
updatedBy(String updatedBy)
The OCID of the principal which updated the annotation.
|
public AnnotationAnalyticsAggregation.Builder count(BigDecimal count)
The count of the matching results.
count
- the value to setpublic AnnotationAnalyticsAggregation.Builder datasetId(String datasetId)
The OCID of the dataset the annotations belong to.
datasetId
- the value to setpublic AnnotationAnalyticsAggregation.Builder dimensions(AnnotationAggregationDimensions dimensions)
public AnnotationAnalyticsAggregation.Builder updatedBy(String updatedBy)
The OCID of the principal which updated the annotation.
updatedBy
- the value to setpublic AnnotationAnalyticsAggregation.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the annotations.
compartmentId
- the value to setpublic AnnotationAnalyticsAggregation.Builder lifecycleState(Annotation.LifecycleState lifecycleState)
Describes the lifecycle state.
lifecycleState
- the value to setpublic AnnotationAnalyticsAggregation build()
public AnnotationAnalyticsAggregation.Builder copy(AnnotationAnalyticsAggregation model)
Copyright © 2016–2024. All rights reserved.