Class CfnDashboard.CategoryDrillDownFilterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.CategoryDrillDownFilterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.CategoryDrillDownFilterProperty>
- Enclosing interface:
CfnDashboard.CategoryDrillDownFilterProperty
@Stability(Stable)
public static final class CfnDashboard.CategoryDrillDownFilterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.CategoryDrillDownFilterProperty>
A builder for
CfnDashboard.CategoryDrillDownFilterProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.categoryValues
(List<String> categoryValues) Sets the value ofCfnDashboard.CategoryDrillDownFilterProperty.getCategoryValues()
column
(IResolvable column) Sets the value ofCfnDashboard.CategoryDrillDownFilterProperty.getColumn()
Sets the value ofCfnDashboard.CategoryDrillDownFilterProperty.getColumn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
categoryValues
@Stability(Stable) public CfnDashboard.CategoryDrillDownFilterProperty.Builder categoryValues(List<String> categoryValues) Sets the value ofCfnDashboard.CategoryDrillDownFilterProperty.getCategoryValues()
- Parameters:
categoryValues
- A list of the string inputs that are the values of the category drill down filter. This parameter is required.- Returns:
this
-
column
@Stability(Stable) public CfnDashboard.CategoryDrillDownFilterProperty.Builder column(IResolvable column) Sets the value ofCfnDashboard.CategoryDrillDownFilterProperty.getColumn()
- Parameters:
column
- The column that the filter is applied to. This parameter is required.- Returns:
this
-
column
@Stability(Stable) public CfnDashboard.CategoryDrillDownFilterProperty.Builder column(CfnDashboard.ColumnIdentifierProperty column) Sets the value ofCfnDashboard.CategoryDrillDownFilterProperty.getColumn()
- Parameters:
column
- The column that the filter is applied to. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.CategoryDrillDownFilterProperty>
- Returns:
- a new instance of
CfnDashboard.CategoryDrillDownFilterProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-