public static interface LookbackWindow.Builder extends SdkPojo, CopyableBuilder<LookbackWindow.Builder,LookbackWindow>
| Modifier and Type | Method and Description |
|---|---|
LookbackWindow.Builder |
columnName(String columnName)
The name of the lookback window column.
|
LookbackWindow.Builder |
size(Long size)
The lookback window column size.
|
LookbackWindow.Builder |
sizeUnit(LookbackWindowSizeUnit sizeUnit)
The size unit that is used for the lookback window column.
|
LookbackWindow.Builder |
sizeUnit(String sizeUnit)
The size unit that is used for the lookback window column.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLookbackWindow.Builder columnName(String columnName)
The name of the lookback window column.
columnName - The name of the lookback window column.LookbackWindow.Builder size(Long size)
The lookback window column size.
size - The lookback window column size.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.
sizeUnit - The size unit that is used for the lookback window column. Valid values for this structure are
HOUR, DAY, and WEEK.LookbackWindowSizeUnit,
LookbackWindowSizeUnitLookbackWindow.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.
sizeUnit - The size unit that is used for the lookback window column. Valid values for this structure are
HOUR, DAY, and WEEK.LookbackWindowSizeUnit,
LookbackWindowSizeUnitCopyright © 2023. All rights reserved.