Interface InsightRuleContributorDatapoint.Builder

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

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

    • 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.