Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
LookbackWindow |
LookbackWindow.clone() |
LookbackWindow |
IncrementalRefresh.getLookbackWindow()
The lookback window setup for an incremental refresh configuration.
|
LookbackWindow |
LookbackWindow.withColumnName(String columnName)
The name of the lookback window column.
|
LookbackWindow |
LookbackWindow.withSize(Long size)
The lookback window column size.
|
LookbackWindow |
LookbackWindow.withSizeUnit(LookbackWindowSizeUnit sizeUnit)
The size unit that is used for the lookback window column.
|
LookbackWindow |
LookbackWindow.withSizeUnit(String sizeUnit)
The size unit that is used for the lookback window column.
|
Modifier and Type | Method and Description |
---|---|
void |
IncrementalRefresh.setLookbackWindow(LookbackWindow lookbackWindow)
The lookback window setup for an incremental refresh configuration.
|
IncrementalRefresh |
IncrementalRefresh.withLookbackWindow(LookbackWindow lookbackWindow)
The lookback window setup for an incremental refresh configuration.
|
Copyright © 2023. All rights reserved.