Class CfnAnalysis.CategoryDrillDownFilterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.CategoryDrillDownFilterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.CategoryDrillDownFilterProperty>
- Enclosing interface:
CfnAnalysis.CategoryDrillDownFilterProperty
@Stability(Stable)
public static final class CfnAnalysis.CategoryDrillDownFilterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.CategoryDrillDownFilterProperty>
A builder for
CfnAnalysis.CategoryDrillDownFilterProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.categoryValues
(List<String> categoryValues) Sets the value ofCfnAnalysis.CategoryDrillDownFilterProperty.getCategoryValues()
column
(IResolvable column) Sets the value ofCfnAnalysis.CategoryDrillDownFilterProperty.getColumn()
Sets the value ofCfnAnalysis.CategoryDrillDownFilterProperty.getColumn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
categoryValues
@Stability(Stable) public CfnAnalysis.CategoryDrillDownFilterProperty.Builder categoryValues(List<String> categoryValues) Sets the value ofCfnAnalysis.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 CfnAnalysis.CategoryDrillDownFilterProperty.Builder column(IResolvable column) Sets the value ofCfnAnalysis.CategoryDrillDownFilterProperty.getColumn()
- Parameters:
column
- The column that the filter is applied to. This parameter is required.- Returns:
this
-
column
@Stability(Stable) public CfnAnalysis.CategoryDrillDownFilterProperty.Builder column(CfnAnalysis.ColumnIdentifierProperty column) Sets the value ofCfnAnalysis.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<CfnAnalysis.CategoryDrillDownFilterProperty>
- Returns:
- a new instance of
CfnAnalysis.CategoryDrillDownFilterProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-