public static interface MetricInterval.Builder extends SdkPojo, CopyableBuilder<MetricInterval.Builder,MetricInterval>
| Modifier and Type | Method and Description |
|---|---|
MetricInterval.Builder |
endTime(Instant endTime)
The timestamp, in UNIX Epoch time format.
|
MetricInterval.Builder |
interval(IntervalPeriod interval)
The interval period provided in the API request.
|
MetricInterval.Builder |
interval(String interval)
The interval period provided in the API request.
|
MetricInterval.Builder |
startTime(Instant startTime)
The timestamp, in UNIX Epoch time format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMetricInterval.Builder interval(String interval)
The interval period provided in the API request.
interval - The interval period provided in the API request.IntervalPeriod,
IntervalPeriodMetricInterval.Builder interval(IntervalPeriod interval)
The interval period provided in the API request.
interval - The interval period provided in the API request.IntervalPeriod,
IntervalPeriodMetricInterval.Builder startTime(Instant startTime)
The timestamp, in UNIX Epoch time format. Start time is based on the interval period selected.
startTime - The timestamp, in UNIX Epoch time format. Start time is based on the interval period selected.MetricInterval.Builder endTime(Instant endTime)
The timestamp, in UNIX Epoch time format. End time is based on the interval period selected. For example, If
IntervalPeriod is selected THIRTY_MIN, StartTime and
EndTime in the API request differs by 1 day, then 48 results are returned in the response. Each
result is aggregated by the 30 minutes period, with each StartTime and EndTime
differing by 30 minutes.
endTime - The timestamp, in UNIX Epoch time format. End time is based on the interval period selected. For
example, If IntervalPeriod is selected THIRTY_MIN, StartTime
and EndTime in the API request differs by 1 day, then 48 results are returned in the
response. Each result is aggregated by the 30 minutes period, with each StartTime and
EndTime differing by 30 minutes.Copyright © 2023. All rights reserved.