public static interface DataPoint.Builder extends SdkPojo, CopyableBuilder<DataPoint.Builder,DataPoint>
| Modifier and Type | Method and Description |
|---|---|
DataPoint.Builder |
timestamp(Instant timestamp)
The time, in epoch format, associated with a particular
Value. |
DataPoint.Builder |
value(Double value)
The actual value associated with a particular
Timestamp. |
copyapplyMutation, buildDataPoint.Builder timestamp(Instant timestamp)
The time, in epoch format, associated with a particular Value.
timestamp - The time, in epoch format, associated with a particular Value.DataPoint.Builder value(Double value)
The actual value associated with a particular Timestamp.
value - The actual value associated with a particular Timestamp.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.