public static interface MetricPoint.Builder extends SdkPojo, CopyableBuilder<MetricPoint.Builder,MetricPoint>
| Modifier and Type | Method and Description |
|---|---|
MetricPoint.Builder |
endDate(Instant endDate)
The end date for the metric point.
|
MetricPoint.Builder |
startDate(Instant startDate)
The start date for the metric point.
|
MetricPoint.Builder |
status(String status)
The status of the metric point.
|
MetricPoint.Builder |
value(Float value)
Sets the value of the Value property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMetricPoint.Builder startDate(Instant startDate)
The start date for the metric point. The starting date for the metric point. The starting time must be
formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-10T12:00:00.000Z.
startDate - The start date for the metric point. The starting date for the metric point. The starting time must be
formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-10T12:00:00.000Z.MetricPoint.Builder endDate(Instant endDate)
The end date for the metric point. The ending time must be formatted as yyyy-mm-ddThh:mm:ss. For
example, 2022-06-12T12:00:00.000Z.
endDate - The end date for the metric point. The ending time must be formatted as
yyyy-mm-ddThh:mm:ss. For example, 2022-06-12T12:00:00.000Z.MetricPoint.Builder value(Float value)
value - The new value for the Value property for this object.MetricPoint.Builder status(String status)
The status of the metric point.
status - The status of the metric point.Copyright © 2022. All rights reserved.