Class RecordAnalyticsAggregation.Builder
- java.lang.Object
-
- com.oracle.bmc.datalabelingservicedataplane.model.RecordAnalyticsAggregation.Builder
-
- Enclosing class:
- RecordAnalyticsAggregation
public static class RecordAnalyticsAggregation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordAnalyticsAggregation
build()
RecordAnalyticsAggregation.Builder
compartmentId(String compartmentId)
ocid of the compartment the recordsRecordAnalyticsAggregation.Builder
copy(RecordAnalyticsAggregation model)
RecordAnalyticsAggregation.Builder
count(BigDecimal count)
the count of the matching resultsRecordAnalyticsAggregation.Builder
datasetId(String datasetId)
ocid of the dataset the annotation belongs toRecordAnalyticsAggregation.Builder
dimensions(RecordAggregationDimensions dimensions)
RecordAnalyticsAggregation.Builder
lifecycleState(Record.LifecycleState lifecycleState)
Describes the lifecycle state.
-
-
-
Method Detail
-
count
public RecordAnalyticsAggregation.Builder count(BigDecimal count)
the count of the matching results- Parameters:
count
- the value to set- Returns:
- this builder
-
dimensions
public RecordAnalyticsAggregation.Builder dimensions(RecordAggregationDimensions dimensions)
-
datasetId
public RecordAnalyticsAggregation.Builder datasetId(String datasetId)
ocid of the dataset the annotation belongs to- Parameters:
datasetId
- the value to set- Returns:
- this builder
-
compartmentId
public RecordAnalyticsAggregation.Builder compartmentId(String compartmentId)
ocid of the compartment the records- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
lifecycleState
public RecordAnalyticsAggregation.Builder lifecycleState(Record.LifecycleState lifecycleState)
Describes the lifecycle state.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
build
public RecordAnalyticsAggregation build()
-
copy
public RecordAnalyticsAggregation.Builder copy(RecordAnalyticsAggregation model)
-
-