Interface DataPoint.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DataPoint.Builder,DataPoint>, SdkBuilder<DataPoint.Builder,DataPoint>, SdkPojo
Enclosing class:
DataPoint

public static interface DataPoint.Builder extends SdkPojo, CopyableBuilder<DataPoint.Builder,DataPoint>
  • Method Details

    • timestamp

      DataPoint.Builder timestamp(Instant timestamp)

      The time, in epoch format, associated with a particular Value.

      Parameters:
      timestamp - The time, in epoch format, associated with a particular Value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      DataPoint.Builder value(Double value)

      The actual value associated with a particular Timestamp.

      Parameters:
      value - The actual value associated with a particular Timestamp.
      Returns:
      Returns a reference to this object so that method calls can be chained together.