Interface CfnAnalysis.NumericEqualityDrillDownFilterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.NumericEqualityDrillDownFilterProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.NumericEqualityDrillDownFilterProperty
extends software.amazon.jsii.JsiiSerializable
The numeric equality type 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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.NumericEqualityDrillDownFilterPropertystatic final classAn implementation forCfnAnalysis.NumericEqualityDrillDownFilterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColumn
The column that the filter is applied to.- See Also:
-
getValue
The value of the double input numeric drill down filter.Default: - 0
- See Also:
-
builder
-