Interface LookbackWindow.Builder

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

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

    • 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

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