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 stamp for the data point in UTC format.

      Parameters:
      timestamp - The time stamp for the data point in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      Datapoint.Builder value(Double value)

      The value of the data point.

      Parameters:
      value - The value of the data point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.