Package com.oracle.bmc.opsi.model
Class SummarizeHostInsightHostRecommendationAggregation.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.SummarizeHostInsightHostRecommendationAggregation.Builder
 
- 
- Enclosing class:
- SummarizeHostInsightHostRecommendationAggregation
 
 public static class SummarizeHostInsightHostRecommendationAggregation.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
resourceMetricpublic SummarizeHostInsightHostRecommendationAggregation.Builder resourceMetric(SummarizeHostInsightHostRecommendationAggregation.ResourceMetric resourceMetric) Defines the type of resource metric (CPU, Physical Memory, Logical Memory)- Parameters:
- resourceMetric- the value to set
- Returns:
- this builder
 
 - 
usageUnitpublic SummarizeHostInsightHostRecommendationAggregation.Builder usageUnit(SummarizeHostInsightHostRecommendationAggregation.UsageUnit usageUnit) Displays usage unit ( CORES, GB , PERCENT, MBPS)- Parameters:
- usageUnit- the value to set
- Returns:
- this builder
 
 - 
itemDurationInMspublic SummarizeHostInsightHostRecommendationAggregation.Builder itemDurationInMs(Long itemDurationInMs) Time duration in milliseconds between data points (one hour or one day).- Parameters:
- itemDurationInMs- the value to set
- Returns:
- this builder
 
 - 
timeIntervalStartpublic SummarizeHostInsightHostRecommendationAggregation.Builder timeIntervalStart(Date timeIntervalStart) The start timestamp that was passed into the request.- Parameters:
- timeIntervalStart- the value to set
- Returns:
- this builder
 
 - 
timeIntervalEndpublic SummarizeHostInsightHostRecommendationAggregation.Builder timeIntervalEnd(Date timeIntervalEnd) The end timestamp that was passed into the request.- Parameters:
- timeIntervalEnd- the value to set
- Returns:
- this builder
 
 - 
detailspublic SummarizeHostInsightHostRecommendationAggregation.Builder details(HostInsightHostRecommendations details) 
 - 
buildpublic SummarizeHostInsightHostRecommendationAggregation build() 
 
- 
 
-