Uses of Interface
software.amazon.awssdk.services.quicksight.model.LookbackWindow.Builder
-
Packages that use LookbackWindow.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of LookbackWindow.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return LookbackWindow.Builder Modifier and Type Method Description static LookbackWindow.BuilderLookbackWindow. builder()LookbackWindow.BuilderLookbackWindow.Builder. columnName(String columnName)The name of the lookback window column.LookbackWindow.BuilderLookbackWindow.Builder. size(Long size)The lookback window column size.LookbackWindow.BuilderLookbackWindow.Builder. sizeUnit(String sizeUnit)The size unit that is used for the lookback window column.LookbackWindow.BuilderLookbackWindow.Builder. sizeUnit(LookbackWindowSizeUnit sizeUnit)The size unit that is used for the lookback window column.LookbackWindow.BuilderLookbackWindow. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type LookbackWindow.Builder Modifier and Type Method Description static Class<? extends LookbackWindow.Builder>LookbackWindow. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type LookbackWindow.Builder Modifier and Type Method Description default IncrementalRefresh.BuilderIncrementalRefresh.Builder. lookbackWindow(Consumer<LookbackWindow.Builder> lookbackWindow)The lookback window setup for an incremental refresh configuration.
-