Interface CfnDashboard.NumericRangeFilterValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.NumericRangeFilterValueProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.NumericRangeFilterValueProperty
extends software.amazon.jsii.JsiiSerializable
The value input pf the numeric range 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.*;
NumericRangeFilterValueProperty numericRangeFilterValueProperty = NumericRangeFilterValueProperty.builder()
.parameter("parameter")
.staticValue(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.NumericRangeFilterValuePropertystatic final classAn implementation forCfnDashboard.NumericRangeFilterValueProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getParameter
The parameter that is used in the numeric range.- See Also:
-
getStaticValue
The static value of the numeric range filter.- See Also:
-
builder
-