public static class MetricsAggregationRangeCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MetricsAggregationRangeCollection |
build() |
MetricsAggregationRangeCollection.Builder |
copy(MetricsAggregationRangeCollection model) |
MetricsAggregationRangeCollection.Builder |
endTime(String endTime)
The end of the metric data query time range.
|
MetricsAggregationRangeCollection.Builder |
items(List<MetricsAggregationRange> items)
The metric data.
|
MetricsAggregationRangeCollection.Builder |
startTime(String startTime)
The beginning of the metric data query time range.
|
public MetricsAggregationRangeCollection.Builder items(List<MetricsAggregationRange> items)
The metric data.
items
- the value to setpublic MetricsAggregationRangeCollection.Builder startTime(String startTime)
The beginning of the metric data query time range. Expressed in UTC in ISO-8601 format,
which is yyyy-MM-dd'T'hh:mm:ss.sss'Z'
.
startTime
- the value to setpublic MetricsAggregationRangeCollection.Builder endTime(String endTime)
The end of the metric data query time range. Expressed in UTC in ISO-8601 format, which
is yyyy-MM-dd'T'hh:mm:ss.sss'Z'
.
endTime
- the value to setpublic MetricsAggregationRangeCollection build()
public MetricsAggregationRangeCollection.Builder copy(MetricsAggregationRangeCollection model)
Copyright © 2016–2024. All rights reserved.