Package com.oracle.bmc.opsi.model
Class SummarizeExadataInsightResourceForecastTrendCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.SummarizeExadataInsightResourceForecastTrendCollection.Builder
 
- 
- Enclosing class:
- SummarizeExadataInsightResourceForecastTrendCollection
 
 public static class SummarizeExadataInsightResourceForecastTrendCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
exadataInsightIdpublic SummarizeExadataInsightResourceForecastTrendCollection.Builder exadataInsightId(String exadataInsightId) The OCID of the Exadata insight.- Parameters:
- exadataInsightId- the value to set
- Returns:
- this builder
 
 - 
exadataResourceTypepublic SummarizeExadataInsightResourceForecastTrendCollection.Builder exadataResourceType(SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceType exadataResourceType) Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)- Parameters:
- exadataResourceType- the value to set
- Returns:
- this builder
 
 - 
exadataResourceMetricpublic SummarizeExadataInsightResourceForecastTrendCollection.Builder exadataResourceMetric(SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric exadataResourceMetric) Defines the type of exadata resource metric (example: CPU, STORAGE)- Parameters:
- exadataResourceMetric- the value to set
- Returns:
- this builder
 
 - 
timeIntervalStartpublic SummarizeExadataInsightResourceForecastTrendCollection.Builder timeIntervalStart(Date timeIntervalStart) The start timestamp that was passed into the request.- Parameters:
- timeIntervalStart- the value to set
- Returns:
- this builder
 
 - 
timeIntervalEndpublic SummarizeExadataInsightResourceForecastTrendCollection.Builder timeIntervalEnd(Date timeIntervalEnd) The end timestamp that was passed into the request.- Parameters:
- timeIntervalEnd- the value to set
- Returns:
- this builder
 
 - 
usageUnitpublic SummarizeExadataInsightResourceForecastTrendCollection.Builder usageUnit(SummarizeExadataInsightResourceForecastTrendCollection.UsageUnit usageUnit) Displays usage unit ( CORES, GB , PERCENT, MBPS)- Parameters:
- usageUnit- the value to set
- Returns:
- this builder
 
 - 
itemspublic SummarizeExadataInsightResourceForecastTrendCollection.Builder items(List<ExadataInsightResourceForecastTrendSummary> items) Collection of id, name , daysToReach Capacity, historical usage and projected usage forecast.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic SummarizeExadataInsightResourceForecastTrendCollection build() 
 
- 
 
-