Interface InsightRuleContributorDatapoint.Builder

    • Method Detail

      • timestamp

        InsightRuleContributorDatapoint.Builder timestamp​(Instant timestamp)

        The timestamp of the data point.

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

        InsightRuleContributorDatapoint.Builder approximateValue​(Double approximateValue)

        The approximate value that this contributor added during this timestamp.

        Parameters:
        approximateValue - The approximate value that this contributor added during this timestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.