Interface CfnDashboard.NumericEqualityDrillDownFilterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.NumericEqualityDrillDownFilterProperty.Jsii$Proxy
- Enclosing class:
- CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.NumericEqualityDrillDownFilterProperty
extends software.amazon.jsii.JsiiSerializable
The category drill down 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.*;
NumericEqualityDrillDownFilterProperty numericEqualityDrillDownFilterProperty = NumericEqualityDrillDownFilterProperty.builder()
.column(ColumnIdentifierProperty.builder()
.columnName("columnName")
.dataSetIdentifier("dataSetIdentifier")
.build())
.value(123)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.NumericEqualityDrillDownFilterPropertystatic final classAn implementation forCfnDashboard.NumericEqualityDrillDownFilterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColumn
The column that the filter is applied to. -
getValue
The value of the double input numeric drill down filter. -
builder
-