Interface DeviceEvent.Builder

    • Method Detail

      • value

        DeviceEvent.Builder value​(String value)

        The value of the event.

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

        DeviceEvent.Builder timestamp​(Instant timestamp)

        The time (in epoch) when the event occurred.

        Parameters:
        timestamp - The time (in epoch) when the event occurred.
        Returns:
        Returns a reference to this object so that method calls can be chained together.