Package com.oracle.bmc.datasafe.model
Class SqlCollectionLogInsightsCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.SqlCollectionLogInsightsCollection.Builder
-
- Enclosing class:
- SqlCollectionLogInsightsCollection
public static class SqlCollectionLogInsightsCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlCollectionLogInsightsCollection
build()
SqlCollectionLogInsightsCollection.Builder
copy(SqlCollectionLogInsightsCollection model)
SqlCollectionLogInsightsCollection.Builder
items(List<SqlCollectionLogAggregation> items)
The aggregated data point items.
-
-
-
Method Detail
-
items
public SqlCollectionLogInsightsCollection.Builder items(List<SqlCollectionLogAggregation> items)
The aggregated data point items.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public SqlCollectionLogInsightsCollection build()
-
copy
public SqlCollectionLogInsightsCollection.Builder copy(SqlCollectionLogInsightsCollection model)
-
-