Package com.oracle.bmc.opsi.model
Class SummarizeHostInsightsTopProcessesUsageTrendCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.SummarizeHostInsightsTopProcessesUsageTrendCollection.Builder
 
- 
- Enclosing class:
- SummarizeHostInsightsTopProcessesUsageTrendCollection
 
 public static class SummarizeHostInsightsTopProcessesUsageTrendCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SummarizeHostInsightsTopProcessesUsageTrendCollectionbuild()SummarizeHostInsightsTopProcessesUsageTrendCollection.Buildercopy(SummarizeHostInsightsTopProcessesUsageTrendCollection model)SummarizeHostInsightsTopProcessesUsageTrendCollection.Builderitems(List<TopProcessesUsageTrendAggregation> items)Collection of Usage Data with time stamps for top processesSummarizeHostInsightsTopProcessesUsageTrendCollection.BuildertimeIntervalEnd(Date timeIntervalEnd)The end timestamp that was passed into the request.SummarizeHostInsightsTopProcessesUsageTrendCollection.BuildertimeIntervalStart(Date timeIntervalStart)The start timestamp that was passed into the request.
 
- 
- 
- 
Method Detail- 
timeIntervalStartpublic SummarizeHostInsightsTopProcessesUsageTrendCollection.Builder timeIntervalStart(Date timeIntervalStart) The start timestamp that was passed into the request.- Parameters:
- timeIntervalStart- the value to set
- Returns:
- this builder
 
 - 
timeIntervalEndpublic SummarizeHostInsightsTopProcessesUsageTrendCollection.Builder timeIntervalEnd(Date timeIntervalEnd) The end timestamp that was passed into the request.- Parameters:
- timeIntervalEnd- the value to set
- Returns:
- this builder
 
 - 
itemspublic SummarizeHostInsightsTopProcessesUsageTrendCollection.Builder items(List<TopProcessesUsageTrendAggregation> items) Collection of Usage Data with time stamps for top processes- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic SummarizeHostInsightsTopProcessesUsageTrendCollection build() 
 
- 
 
-