public static class RecordAnalyticsAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RecordAnalyticsAggregation |
build() |
RecordAnalyticsAggregation.Builder |
compartmentId(String compartmentId)
ocid of the compartment the records
|
RecordAnalyticsAggregation.Builder |
copy(RecordAnalyticsAggregation model) |
RecordAnalyticsAggregation.Builder |
count(BigDecimal count)
the count of the matching results
|
RecordAnalyticsAggregation.Builder |
datasetId(String datasetId)
ocid of the dataset the annotation belongs to
|
RecordAnalyticsAggregation.Builder |
dimensions(RecordAggregationDimensions dimensions) |
RecordAnalyticsAggregation.Builder |
lifecycleState(Record.LifecycleState lifecycleState)
Describes the lifecycle state.
|
public RecordAnalyticsAggregation.Builder count(BigDecimal count)
the count of the matching results
count
- the value to setpublic RecordAnalyticsAggregation.Builder dimensions(RecordAggregationDimensions dimensions)
public RecordAnalyticsAggregation.Builder datasetId(String datasetId)
ocid of the dataset the annotation belongs to
datasetId
- the value to setpublic RecordAnalyticsAggregation.Builder compartmentId(String compartmentId)
ocid of the compartment the records
compartmentId
- the value to setpublic RecordAnalyticsAggregation.Builder lifecycleState(Record.LifecycleState lifecycleState)
Describes the lifecycle state.
lifecycleState
- the value to setpublic RecordAnalyticsAggregation build()
public RecordAnalyticsAggregation.Builder copy(RecordAnalyticsAggregation model)
Copyright © 2016–2024. All rights reserved.