Interface CfnDataSet.IncrementalRefreshProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSet.IncrementalRefreshProperty.Jsii$Proxy
- Enclosing class:
CfnDataSet
@Stability(Stable)
public static interface CfnDataSet.IncrementalRefreshProperty
extends software.amazon.jsii.JsiiSerializable
The incremental refresh configuration for a dataset.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
IncrementalRefreshProperty incrementalRefreshProperty = IncrementalRefreshProperty.builder()
.lookbackWindow(LookbackWindowProperty.builder()
.columnName("columnName")
.size(123)
.sizeUnit("sizeUnit")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSet.IncrementalRefreshPropertystatic final classAn implementation forCfnDataSet.IncrementalRefreshProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The lookback window setup for an incremental refresh configuration.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLookbackWindow
The lookback window setup for an incremental refresh configuration.Returns union: either
IResolvableorCfnDataSet.LookbackWindowProperty- See Also:
-
builder
-