Package com.oracle.bmc.opsi.model
Class SummarizeExadataInsightResourceCapacityTrendCollection.Builder
- java.lang.Object
 - 
- com.oracle.bmc.opsi.model.SummarizeExadataInsightResourceCapacityTrendCollection.Builder
 
 
- 
- Enclosing class:
 - SummarizeExadataInsightResourceCapacityTrendCollection
 
public static class SummarizeExadataInsightResourceCapacityTrendCollection.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
 
 - 
 
- 
- 
Method Detail
- 
exadataInsightId
public SummarizeExadataInsightResourceCapacityTrendCollection.Builder exadataInsightId(String exadataInsightId)
The OCID of the Exadata insight.- Parameters:
 exadataInsightId- the value to set- Returns:
 - this builder
 
 
- 
exadataResourceType
public SummarizeExadataInsightResourceCapacityTrendCollection.Builder exadataResourceType(SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceType exadataResourceType)
Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)- Parameters:
 exadataResourceType- the value to set- Returns:
 - this builder
 
 
- 
exadataResourceMetric
public SummarizeExadataInsightResourceCapacityTrendCollection.Builder exadataResourceMetric(SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric exadataResourceMetric)
Defines the type of exadata resource metric (example: CPU, STORAGE)- Parameters:
 exadataResourceMetric- the value to set- Returns:
 - this builder
 
 
- 
timeIntervalStart
public SummarizeExadataInsightResourceCapacityTrendCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.- Parameters:
 timeIntervalStart- the value to set- Returns:
 - this builder
 
 
- 
timeIntervalEnd
public SummarizeExadataInsightResourceCapacityTrendCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.- Parameters:
 timeIntervalEnd- the value to set- Returns:
 - this builder
 
 
- 
usageUnit
public SummarizeExadataInsightResourceCapacityTrendCollection.Builder usageUnit(SummarizeExadataInsightResourceCapacityTrendCollection.UsageUnit usageUnit)
Displays usage unit ( CORES, GB , PERCENT, MBPS)- Parameters:
 usageUnit- the value to set- Returns:
 - this builder
 
 
- 
items
public SummarizeExadataInsightResourceCapacityTrendCollection.Builder items(List<ExadataInsightResourceCapacityTrendSummary> items)
Capacity Data with time interval- Parameters:
 items- the value to set- Returns:
 - this builder
 
 
- 
build
public SummarizeExadataInsightResourceCapacityTrendCollection build()
 
 - 
 
 -