Package com.oracle.bmc.opsi.model
Class AddmDbRecommendationAggregationCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.AddmDbRecommendationAggregationCollection.Builder
-
- Enclosing class:
- AddmDbRecommendationAggregationCollection
public static class AddmDbRecommendationAggregationCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddmDbRecommendationAggregationCollection
build()
AddmDbRecommendationAggregationCollection.Builder
copy(AddmDbRecommendationAggregationCollection model)
AddmDbRecommendationAggregationCollection.Builder
databaseDetailsItems(List<DatabaseDetails> databaseDetailsItems)
List of database details dataAddmDbRecommendationAggregationCollection.Builder
items(List<AddmDbRecommendationAggregation> items)
List of ADDM recommendation summariesAddmDbRecommendationAggregationCollection.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.
-
-
-
Method Detail
-
timeIntervalStart
public AddmDbRecommendationAggregationCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.- Parameters:
timeIntervalStart
- the value to set- Returns:
- this builder
-
timeIntervalEnd
public AddmDbRecommendationAggregationCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.- Parameters:
timeIntervalEnd
- the value to set- Returns:
- this builder
-
databaseDetailsItems
public AddmDbRecommendationAggregationCollection.Builder databaseDetailsItems(List<DatabaseDetails> databaseDetailsItems)
List of database details data- Parameters:
databaseDetailsItems
- the value to set- Returns:
- this builder
-
items
public AddmDbRecommendationAggregationCollection.Builder items(List<AddmDbRecommendationAggregation> items)
List of ADDM recommendation summaries- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public AddmDbRecommendationAggregationCollection build()
-
copy
public AddmDbRecommendationAggregationCollection.Builder copy(AddmDbRecommendationAggregationCollection model)
-
-