Class CfnDataSet.IncrementalRefreshProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.IncrementalRefreshProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.IncrementalRefreshProperty>
- Enclosing interface:
CfnDataSet.IncrementalRefreshProperty
@Stability(Stable)
public static final class CfnDataSet.IncrementalRefreshProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.IncrementalRefreshProperty>
A builder for
CfnDataSet.IncrementalRefreshProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.lookbackWindow(IResolvable lookbackWindow) Sets the value ofCfnDataSet.IncrementalRefreshProperty.getLookbackWindow()lookbackWindow(CfnDataSet.LookbackWindowProperty lookbackWindow) Sets the value ofCfnDataSet.IncrementalRefreshProperty.getLookbackWindow()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
lookbackWindow
@Stability(Stable) public CfnDataSet.IncrementalRefreshProperty.Builder lookbackWindow(IResolvable lookbackWindow) Sets the value ofCfnDataSet.IncrementalRefreshProperty.getLookbackWindow()- Parameters:
lookbackWindow- The lookback window setup for an incremental refresh configuration. This parameter is required.- Returns:
this
-
lookbackWindow
@Stability(Stable) public CfnDataSet.IncrementalRefreshProperty.Builder lookbackWindow(CfnDataSet.LookbackWindowProperty lookbackWindow) Sets the value ofCfnDataSet.IncrementalRefreshProperty.getLookbackWindow()- Parameters:
lookbackWindow- The lookback window setup for an incremental refresh configuration. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.IncrementalRefreshProperty>- Returns:
- a new instance of
CfnDataSet.IncrementalRefreshProperty - Throws:
NullPointerException- if any required attribute was not provided
-