Package com.oracle.bmc.opsi.model
Class SqlInsightAggregationCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.SqlInsightAggregationCollection.Builder
-
- Enclosing class:
- SqlInsightAggregationCollection
public static class SqlInsightAggregationCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlInsightAggregationCollection
build()
SqlInsightAggregationCollection.Builder
copy(SqlInsightAggregationCollection model)
SqlInsightAggregationCollection.Builder
inventory(SqlInventory inventory)
SqlInsightAggregationCollection.Builder
items(List<SqlInsightAggregation> items)
List of insights.SqlInsightAggregationCollection.Builder
thresholds(SqlInsightThresholds thresholds)
SqlInsightAggregationCollection.Builder
timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.SqlInsightAggregationCollection.Builder
timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
-
-
-
Method Detail
-
timeIntervalStart
public SqlInsightAggregationCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.- Parameters:
timeIntervalStart
- the value to set- Returns:
- this builder
-
timeIntervalEnd
public SqlInsightAggregationCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.- Parameters:
timeIntervalEnd
- the value to set- Returns:
- this builder
-
inventory
public SqlInsightAggregationCollection.Builder inventory(SqlInventory inventory)
-
items
public SqlInsightAggregationCollection.Builder items(List<SqlInsightAggregation> items)
List of insights.- Parameters:
items
- the value to set- Returns:
- this builder
-
thresholds
public SqlInsightAggregationCollection.Builder thresholds(SqlInsightThresholds thresholds)
-
build
public SqlInsightAggregationCollection build()
-
copy
public SqlInsightAggregationCollection.Builder copy(SqlInsightAggregationCollection model)
-
-