Interface ListCalculatedAttributeForProfileItem.Builder

  • Method Details

    • calculatedAttributeName

      ListCalculatedAttributeForProfileItem.Builder calculatedAttributeName(String calculatedAttributeName)

      The unique name of the calculated attribute.

      Parameters:
      calculatedAttributeName - The unique name of the calculated attribute.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      The display name of the calculated attribute.

      Parameters:
      displayName - The display name of the calculated attribute.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isDataPartial

      Indicates whether the calculated attribute’s value is based on partial data. If data is partial, it is set to true.

      Parameters:
      isDataPartial - Indicates whether the calculated attribute’s value is based on partial data. If data is partial, it is set to true.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of the calculated attribute.

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

      ListCalculatedAttributeForProfileItem.Builder lastObjectTimestamp(Instant lastObjectTimestamp)

      The timestamp of the newest object included in the calculated attribute calculation.

      Parameters:
      lastObjectTimestamp - The timestamp of the newest object included in the calculated attribute calculation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.