Package com.oracle.bmc.opsi.model
Class SqlStatisticAggregationCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.SqlStatisticAggregationCollection.Builder
-
- Enclosing class:
- SqlStatisticAggregationCollection
public static class SqlStatisticAggregationCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlStatisticAggregationCollection
build()
SqlStatisticAggregationCollection.Builder
copy(SqlStatisticAggregationCollection model)
SqlStatisticAggregationCollection.Builder
items(List<SqlStatisticAggregation> items)
Array of SQLs along with its statistics statisfying the query criteria.SqlStatisticAggregationCollection.Builder
timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.SqlStatisticAggregationCollection.Builder
timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
-
-
-
Method Detail
-
timeIntervalStart
public SqlStatisticAggregationCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.- Parameters:
timeIntervalStart
- the value to set- Returns:
- this builder
-
timeIntervalEnd
public SqlStatisticAggregationCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.- Parameters:
timeIntervalEnd
- the value to set- Returns:
- this builder
-
items
public SqlStatisticAggregationCollection.Builder items(List<SqlStatisticAggregation> items)
Array of SQLs along with its statistics statisfying the query criteria.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public SqlStatisticAggregationCollection build()
-
copy
public SqlStatisticAggregationCollection.Builder copy(SqlStatisticAggregationCollection model)
-
-