public static class AddmDbRecommendationAggregationCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddmDbRecommendationAggregationCollection |
build() |
AddmDbRecommendationAggregationCollection.Builder |
copy(AddmDbRecommendationAggregationCollection model) |
AddmDbRecommendationAggregationCollection.Builder |
databaseDetailsItems(List<DatabaseDetails> databaseDetailsItems)
List of database details data
|
AddmDbRecommendationAggregationCollection.Builder |
items(List<AddmDbRecommendationAggregation> items)
List of ADDM recommendation summaries
|
AddmDbRecommendationAggregationCollection.Builder |
timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
|
AddmDbRecommendationAggregationCollection.Builder |
timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
|
public AddmDbRecommendationAggregationCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
timeIntervalStart
- the value to setpublic AddmDbRecommendationAggregationCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
timeIntervalEnd
- the value to setpublic AddmDbRecommendationAggregationCollection.Builder databaseDetailsItems(List<DatabaseDetails> databaseDetailsItems)
List of database details data
databaseDetailsItems
- the value to setpublic AddmDbRecommendationAggregationCollection.Builder items(List<AddmDbRecommendationAggregation> items)
List of ADDM recommendation summaries
items
- the value to setpublic AddmDbRecommendationAggregationCollection build()
public AddmDbRecommendationAggregationCollection.Builder copy(AddmDbRecommendationAggregationCollection model)
Copyright © 2016–2024. All rights reserved.