public static class SqlInsightAggregationCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public SqlInsightAggregationCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
timeIntervalStart
- the value to setpublic SqlInsightAggregationCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
timeIntervalEnd
- the value to setpublic SqlInsightAggregationCollection.Builder inventory(SqlInventory inventory)
public SqlInsightAggregationCollection.Builder items(List<SqlInsightAggregation> items)
List of insights.
items
- the value to setpublic SqlInsightAggregationCollection.Builder thresholds(SqlInsightThresholds thresholds)
public SqlInsightAggregationCollection build()
public SqlInsightAggregationCollection.Builder copy(SqlInsightAggregationCollection model)
Copyright © 2016–2023. All rights reserved.