Class CfnAnalysis.CategoryFilterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.CategoryFilterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.CategoryFilterProperty>
- Enclosing interface:
CfnAnalysis.CategoryFilterProperty
@Stability(Stable)
public static final class CfnAnalysis.CategoryFilterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.CategoryFilterProperty>
A builder for
CfnAnalysis.CategoryFilterProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.column
(IResolvable column) Sets the value ofCfnAnalysis.CategoryFilterProperty.getColumn()
Sets the value ofCfnAnalysis.CategoryFilterProperty.getColumn()
configuration
(IResolvable configuration) Sets the value ofCfnAnalysis.CategoryFilterProperty.getConfiguration()
configuration
(CfnAnalysis.CategoryFilterConfigurationProperty configuration) Sets the value ofCfnAnalysis.CategoryFilterProperty.getConfiguration()
Sets the value ofCfnAnalysis.CategoryFilterProperty.getFilterId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
column
Sets the value ofCfnAnalysis.CategoryFilterProperty.getColumn()
- Parameters:
column
- The column that the filter is applied to. This parameter is required.- Returns:
this
-
column
@Stability(Stable) public CfnAnalysis.CategoryFilterProperty.Builder column(CfnAnalysis.ColumnIdentifierProperty column) Sets the value ofCfnAnalysis.CategoryFilterProperty.getColumn()
- Parameters:
column
- The column that the filter is applied to. This parameter is required.- Returns:
this
-
configuration
@Stability(Stable) public CfnAnalysis.CategoryFilterProperty.Builder configuration(IResolvable configuration) Sets the value ofCfnAnalysis.CategoryFilterProperty.getConfiguration()
- Parameters:
configuration
- The configuration for aCategoryFilter
. This parameter is required.- Returns:
this
-
configuration
@Stability(Stable) public CfnAnalysis.CategoryFilterProperty.Builder configuration(CfnAnalysis.CategoryFilterConfigurationProperty configuration) Sets the value ofCfnAnalysis.CategoryFilterProperty.getConfiguration()
- Parameters:
configuration
- The configuration for aCategoryFilter
. This parameter is required.- Returns:
this
-
filterId
Sets the value ofCfnAnalysis.CategoryFilterProperty.getFilterId()
- Parameters:
filterId
- An identifier that uniquely identifies a filter within a dashboard, analysis, or template. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.CategoryFilterProperty>
- Returns:
- a new instance of
CfnAnalysis.CategoryFilterProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-