Interface LookbackWindow.Builder

    • Method Detail

      • columnName

        LookbackWindow.Builder columnName​(String columnName)

        The name of the lookback window column.

        Parameters:
        columnName - The name of the lookback window column.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • size

        LookbackWindow.Builder size​(Long size)

        The lookback window column size.

        Parameters:
        size - The lookback window column size.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sizeUnit

        LookbackWindow.Builder sizeUnit​(String sizeUnit)

        The size unit that is used for the lookback window column. Valid values for this structure are HOUR, DAY, and WEEK.

        Parameters:
        sizeUnit - The size unit that is used for the lookback window column. Valid values for this structure are HOUR, DAY, and WEEK.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LookbackWindowSizeUnit, LookbackWindowSizeUnit
      • sizeUnit

        LookbackWindow.Builder sizeUnit​(LookbackWindowSizeUnit sizeUnit)

        The size unit that is used for the lookback window column. Valid values for this structure are HOUR, DAY, and WEEK.

        Parameters:
        sizeUnit - The size unit that is used for the lookback window column. Valid values for this structure are HOUR, DAY, and WEEK.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LookbackWindowSizeUnit, LookbackWindowSizeUnit