public static class SummarizeHostInsightIoUsageTrendAggregationCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public SummarizeHostInsightIoUsageTrendAggregationCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
timeIntervalStart
- the value to setpublic SummarizeHostInsightIoUsageTrendAggregationCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
timeIntervalEnd
- the value to setpublic SummarizeHostInsightIoUsageTrendAggregationCollection.Builder itemDurationInMs(Long itemDurationInMs)
Time duration in milliseconds between data points (one hour or one day).
itemDurationInMs
- the value to setpublic SummarizeHostInsightIoUsageTrendAggregationCollection.Builder items(List<IoUsageTrendAggregation> items)
Collection of Usage Data with time stamps for all IO interfaces.
items
- the value to setpublic SummarizeHostInsightIoUsageTrendAggregationCollection build()
Copyright © 2016–2024. All rights reserved.