Interface CfnAnalysis.RollingDateConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.RollingDateConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.RollingDateConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The rolling date configuration of a date time filter.
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.*;
RollingDateConfigurationProperty rollingDateConfigurationProperty = RollingDateConfigurationProperty.builder()
.expression("expression")
// the properties below are optional
.dataSetIdentifier("dataSetIdentifier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.RollingDateConfigurationPropertystatic final classAn implementation forCfnAnalysis.RollingDateConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExpression
The expression of the rolling date configuration.- See Also:
-
getDataSetIdentifier
The data set that is used in the rolling date configuration.- See Also:
-
builder
-