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