Interface CfnDataSet.DataSetDateFilterValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSet.DataSetDateFilterValueProperty.Jsii$Proxy
- Enclosing class:
CfnDataSet
@Stability(Stable)
public static interface CfnDataSet.DataSetDateFilterValueProperty
extends software.amazon.jsii.JsiiSerializable
Represents a date value used in filter conditions.
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.*;
DataSetDateFilterValueProperty dataSetDateFilterValueProperty = DataSetDateFilterValueProperty.builder()
.staticValue("staticValue")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSet.DataSetDateFilterValuePropertystatic final classAn implementation forCfnDataSet.DataSetDateFilterValueProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStaticValue
A static date value used for filtering.- See Also:
-
builder
-