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