public static class HistoricalMetricSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HistoricalMetricSummary.Builder |
aggregation(String aggregation)
Aggregation time interval.
|
HistoricalMetricSummary |
build() |
HistoricalMetricSummary.Builder |
copy(HistoricalMetricSummary model) |
HistoricalMetricSummary.Builder |
name(String name)
Metric name.
|
HistoricalMetricSummary.Builder |
timeCreated(Date timeCreated)
The time the HistoricalMetric was created.
|
HistoricalMetricSummary.Builder |
timeUpdated(Date timeUpdated)
The time the HistoricalMetric was updated.
|
HistoricalMetricSummary.Builder |
value(Float value)
Aggregation value.
|
public HistoricalMetricSummary.Builder name(String name)
Metric name.
name
- the value to setpublic HistoricalMetricSummary.Builder aggregation(String aggregation)
Aggregation time interval.
aggregation
- the value to setpublic HistoricalMetricSummary.Builder value(Float value)
Aggregation value.
value
- the value to setpublic HistoricalMetricSummary.Builder timeCreated(Date timeCreated)
The time the HistoricalMetric was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic HistoricalMetricSummary.Builder timeUpdated(Date timeUpdated)
The time the HistoricalMetric was updated. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic HistoricalMetricSummary build()
public HistoricalMetricSummary.Builder copy(HistoricalMetricSummary model)
Copyright © 2016–2024. All rights reserved.