public static interface Datapoint.Builder extends SdkPojo, CopyableBuilder<Datapoint.Builder,Datapoint>
Modifier and Type | Method and Description |
---|---|
Datapoint.Builder |
timestamp(Instant timestamp)
The time stamp for the data point in UTC format.
|
Datapoint.Builder |
value(Double value)
The value of the data point.
|
copy
applyMutation, build
Datapoint.Builder timestamp(Instant timestamp)
The time stamp for the data point in UTC format.
timestamp
- The time stamp for the data point in UTC format.Datapoint.Builder value(Double value)
The value of the data point.
value
- The value of the data point.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.