Interface CfnAnalysis.CategoryDrillDownFilterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.CategoryDrillDownFilterProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.CategoryDrillDownFilterProperty
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.*; CategoryDrillDownFilterProperty categoryDrillDownFilterProperty = CategoryDrillDownFilterProperty.builder() .categoryValues(List.of("categoryValues")) .column(ColumnIdentifierProperty.builder() .columnName("columnName") .dataSetIdentifier("dataSetIdentifier") .build()) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.CategoryDrillDownFilterProperty
static final class
An implementation forCfnAnalysis.CategoryDrillDownFilterProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
A list of the string inputs that are the values of the category drill down filter.The column that the filter is applied to.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCategoryValues
A list of the string inputs that are the values of the category drill down filter.- See Also:
-
getColumn
The column that the filter is applied to.- See Also:
-
builder
-