Package com.oracle.bmc.opsi.model
Class SummarizeHostInsightIoUsageTrendAggregationCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.SummarizeHostInsightIoUsageTrendAggregationCollection.Builder
-
- Enclosing class:
- SummarizeHostInsightIoUsageTrendAggregationCollection
public static class SummarizeHostInsightIoUsageTrendAggregationCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SummarizeHostInsightIoUsageTrendAggregationCollection
build()
SummarizeHostInsightIoUsageTrendAggregationCollection.Builder
copy(SummarizeHostInsightIoUsageTrendAggregationCollection model)
SummarizeHostInsightIoUsageTrendAggregationCollection.Builder
itemDurationInMs(Long itemDurationInMs)
Time duration in milliseconds between data points (one hour or one day).SummarizeHostInsightIoUsageTrendAggregationCollection.Builder
items(List<IoUsageTrendAggregation> items)
Collection of Usage Data with time stamps for all IO interfaces.SummarizeHostInsightIoUsageTrendAggregationCollection.Builder
timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.SummarizeHostInsightIoUsageTrendAggregationCollection.Builder
timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
-
-
-
Method Detail
-
timeIntervalStart
public SummarizeHostInsightIoUsageTrendAggregationCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.- Parameters:
timeIntervalStart
- the value to set- Returns:
- this builder
-
timeIntervalEnd
public SummarizeHostInsightIoUsageTrendAggregationCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.- Parameters:
timeIntervalEnd
- the value to set- Returns:
- this builder
-
itemDurationInMs
public SummarizeHostInsightIoUsageTrendAggregationCollection.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 SummarizeHostInsightIoUsageTrendAggregationCollection.Builder items(List<IoUsageTrendAggregation> items)
Collection of Usage Data with time stamps for all IO interfaces.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public SummarizeHostInsightIoUsageTrendAggregationCollection build()
-
-