Package com.oracle.bmc.datasafe.model
Class SqlCollectionAggregation.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.SqlCollectionAggregation.Builder
-
- Enclosing class:
- SqlCollectionAggregation
public static class SqlCollectionAggregation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlCollectionAggregation
build()
SqlCollectionAggregation.Builder
copy(SqlCollectionAggregation model)
SqlCollectionAggregation.Builder
count(Long count)
The total count of the aggregated metric.SqlCollectionAggregation.Builder
dimensions(SqlCollectionDimensions dimensions)
-
-
-
Method Detail
-
dimensions
public SqlCollectionAggregation.Builder dimensions(SqlCollectionDimensions dimensions)
-
count
public SqlCollectionAggregation.Builder count(Long count)
The total count of the aggregated metric.- Parameters:
count
- the value to set- Returns:
- this builder
-
build
public SqlCollectionAggregation build()
-
copy
public SqlCollectionAggregation.Builder copy(SqlCollectionAggregation model)
-
-