Class CfnDashboard.ExplicitHierarchyProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.ExplicitHierarchyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.ExplicitHierarchyProperty>
- Enclosing interface:
CfnDashboard.ExplicitHierarchyProperty
@Stability(Stable)
public static final class CfnDashboard.ExplicitHierarchyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.ExplicitHierarchyProperty>
A builder for
CfnDashboard.ExplicitHierarchyProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboard.ExplicitHierarchyProperty.getColumns()columns(IResolvable columns) Sets the value ofCfnDashboard.ExplicitHierarchyProperty.getColumns()drillDownFilters(List<? extends Object> drillDownFilters) Sets the value ofCfnDashboard.ExplicitHierarchyProperty.getDrillDownFilters()drillDownFilters(IResolvable drillDownFilters) Sets the value ofCfnDashboard.ExplicitHierarchyProperty.getDrillDownFilters()hierarchyId(String hierarchyId) Sets the value ofCfnDashboard.ExplicitHierarchyProperty.getHierarchyId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columns
@Stability(Stable) public CfnDashboard.ExplicitHierarchyProperty.Builder columns(IResolvable columns) Sets the value ofCfnDashboard.ExplicitHierarchyProperty.getColumns()- Parameters:
columns- The list of columns that define the explicit hierarchy. This parameter is required.- Returns:
this
-
columns
@Stability(Stable) public CfnDashboard.ExplicitHierarchyProperty.Builder columns(List<? extends Object> columns) Sets the value ofCfnDashboard.ExplicitHierarchyProperty.getColumns()- Parameters:
columns- The list of columns that define the explicit hierarchy. This parameter is required.- Returns:
this
-
hierarchyId
@Stability(Stable) public CfnDashboard.ExplicitHierarchyProperty.Builder hierarchyId(String hierarchyId) Sets the value ofCfnDashboard.ExplicitHierarchyProperty.getHierarchyId()- Parameters:
hierarchyId- The hierarchy ID of the explicit hierarchy. This parameter is required.- Returns:
this
-
drillDownFilters
@Stability(Stable) public CfnDashboard.ExplicitHierarchyProperty.Builder drillDownFilters(IResolvable drillDownFilters) Sets the value ofCfnDashboard.ExplicitHierarchyProperty.getDrillDownFilters()- Parameters:
drillDownFilters- The option that determines the drill down filters for the explicit hierarchy.- Returns:
this
-
drillDownFilters
@Stability(Stable) public CfnDashboard.ExplicitHierarchyProperty.Builder drillDownFilters(List<? extends Object> drillDownFilters) Sets the value ofCfnDashboard.ExplicitHierarchyProperty.getDrillDownFilters()- Parameters:
drillDownFilters- The option that determines the drill down filters for the explicit hierarchy.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.ExplicitHierarchyProperty>- Returns:
- a new instance of
CfnDashboard.ExplicitHierarchyProperty - Throws:
NullPointerException- if any required attribute was not provided
-