Class CfnDashboard.CategoryInnerFilterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.CategoryInnerFilterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.CategoryInnerFilterProperty>
- Enclosing interface:
CfnDashboard.CategoryInnerFilterProperty
@Stability(Stable)
public static final class CfnDashboard.CategoryInnerFilterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.CategoryInnerFilterProperty>
A builder for
CfnDashboard.CategoryInnerFilterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.column(IResolvable column) Sets the value ofCfnDashboard.CategoryInnerFilterProperty.getColumn()Sets the value ofCfnDashboard.CategoryInnerFilterProperty.getColumn()configuration(IResolvable configuration) Sets the value ofCfnDashboard.CategoryInnerFilterProperty.getConfiguration()configuration(CfnDashboard.CategoryFilterConfigurationProperty configuration) Sets the value ofCfnDashboard.CategoryInnerFilterProperty.getConfiguration()defaultFilterControlConfiguration(IResolvable defaultFilterControlConfiguration) defaultFilterControlConfiguration(CfnDashboard.DefaultFilterControlConfigurationProperty defaultFilterControlConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
column
@Stability(Stable) public CfnDashboard.CategoryInnerFilterProperty.Builder column(IResolvable column) Sets the value ofCfnDashboard.CategoryInnerFilterProperty.getColumn()- Parameters:
column- the value to be set. This parameter is required.- Returns:
this
-
column
@Stability(Stable) public CfnDashboard.CategoryInnerFilterProperty.Builder column(CfnDashboard.ColumnIdentifierProperty column) Sets the value ofCfnDashboard.CategoryInnerFilterProperty.getColumn()- Parameters:
column- the value to be set. This parameter is required.- Returns:
this
-
configuration
@Stability(Stable) public CfnDashboard.CategoryInnerFilterProperty.Builder configuration(IResolvable configuration) Sets the value ofCfnDashboard.CategoryInnerFilterProperty.getConfiguration()- Parameters:
configuration- the value to be set. This parameter is required.- Returns:
this
-
configuration
@Stability(Stable) public CfnDashboard.CategoryInnerFilterProperty.Builder configuration(CfnDashboard.CategoryFilterConfigurationProperty configuration) Sets the value ofCfnDashboard.CategoryInnerFilterProperty.getConfiguration()- Parameters:
configuration- the value to be set. This parameter is required.- Returns:
this
-
defaultFilterControlConfiguration
@Stability(Stable) public CfnDashboard.CategoryInnerFilterProperty.Builder defaultFilterControlConfiguration(IResolvable defaultFilterControlConfiguration) - Parameters:
defaultFilterControlConfiguration- the value to be set.- Returns:
this
-
defaultFilterControlConfiguration
@Stability(Stable) public CfnDashboard.CategoryInnerFilterProperty.Builder defaultFilterControlConfiguration(CfnDashboard.DefaultFilterControlConfigurationProperty defaultFilterControlConfiguration) - Parameters:
defaultFilterControlConfiguration- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.CategoryInnerFilterProperty>- Returns:
- a new instance of
CfnDashboard.CategoryInnerFilterProperty - Throws:
NullPointerException- if any required attribute was not provided
-