Package com.oracle.bmc.opsi.model
Class SummarizeHostInsightsDiskStatisticsCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.SummarizeHostInsightsDiskStatisticsCollection.Builder
-
- Enclosing class:
- SummarizeHostInsightsDiskStatisticsCollection
public static class SummarizeHostInsightsDiskStatisticsCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
timeIntervalStart
public SummarizeHostInsightsDiskStatisticsCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.- Parameters:
timeIntervalStart
- the value to set- Returns:
- this builder
-
timeIntervalEnd
public SummarizeHostInsightsDiskStatisticsCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.- Parameters:
timeIntervalEnd
- the value to set- Returns:
- this builder
-
usageUnit
public SummarizeHostInsightsDiskStatisticsCollection.Builder usageUnit(SummarizeHostInsightsDiskStatisticsCollection.UsageUnit usageUnit)
Displays usage unit ( CORES, GB , PERCENT, MBPS)- Parameters:
usageUnit
- the value to set- Returns:
- this builder
-
itemDurationInMs
public SummarizeHostInsightsDiskStatisticsCollection.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
-
items
public SummarizeHostInsightsDiskStatisticsCollection.Builder items(List<DiskStatistics> items)
Collection of Data for all disks in a host.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public SummarizeHostInsightsDiskStatisticsCollection build()
-
copy
public SummarizeHostInsightsDiskStatisticsCollection.Builder copy(SummarizeHostInsightsDiskStatisticsCollection model)
-
-