Class CfnDashboard.ComboChartVisualProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.ComboChartVisualProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.ComboChartVisualProperty>
- Enclosing interface:
- CfnDashboard.ComboChartVisualProperty
@Stability(Stable)
public static final class CfnDashboard.ComboChartVisualProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.ComboChartVisualProperty>
A builder for
CfnDashboard.ComboChartVisualProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnDashboard.ComboChartVisualProperty.getActions()actions(IResolvable actions) Sets the value ofCfnDashboard.ComboChartVisualProperty.getActions()build()Builds the configured instance.chartConfiguration(IResolvable chartConfiguration) Sets the value ofCfnDashboard.ComboChartVisualProperty.getChartConfiguration()chartConfiguration(CfnDashboard.ComboChartConfigurationProperty chartConfiguration) Sets the value ofCfnDashboard.ComboChartVisualProperty.getChartConfiguration()columnHierarchies(List<? extends Object> columnHierarchies) Sets the value ofCfnDashboard.ComboChartVisualProperty.getColumnHierarchies()columnHierarchies(IResolvable columnHierarchies) Sets the value ofCfnDashboard.ComboChartVisualProperty.getColumnHierarchies()subtitle(IResolvable subtitle) Sets the value ofCfnDashboard.ComboChartVisualProperty.getSubtitle()Sets the value ofCfnDashboard.ComboChartVisualProperty.getSubtitle()title(IResolvable title) Sets the value ofCfnDashboard.ComboChartVisualProperty.getTitle()Sets the value ofCfnDashboard.ComboChartVisualProperty.getTitle()Sets the value ofCfnDashboard.ComboChartVisualProperty.getVisualId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
visualId
Sets the value ofCfnDashboard.ComboChartVisualProperty.getVisualId()- Parameters:
visualId- The unique identifier of a visual. This parameter is required. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.- Returns:
this
-
actions
@Stability(Stable) public CfnDashboard.ComboChartVisualProperty.Builder actions(IResolvable actions) Sets the value ofCfnDashboard.ComboChartVisualProperty.getActions()- Parameters:
actions- The list of custom actions that are configured for a visual.- Returns:
this
-
actions
@Stability(Stable) public CfnDashboard.ComboChartVisualProperty.Builder actions(List<? extends Object> actions) Sets the value ofCfnDashboard.ComboChartVisualProperty.getActions()- Parameters:
actions- The list of custom actions that are configured for a visual.- Returns:
this
-
chartConfiguration
@Stability(Stable) public CfnDashboard.ComboChartVisualProperty.Builder chartConfiguration(IResolvable chartConfiguration) Sets the value ofCfnDashboard.ComboChartVisualProperty.getChartConfiguration()- Parameters:
chartConfiguration- The configuration settings of the visual.- Returns:
this
-
chartConfiguration
@Stability(Stable) public CfnDashboard.ComboChartVisualProperty.Builder chartConfiguration(CfnDashboard.ComboChartConfigurationProperty chartConfiguration) Sets the value ofCfnDashboard.ComboChartVisualProperty.getChartConfiguration()- Parameters:
chartConfiguration- The configuration settings of the visual.- Returns:
this
-
columnHierarchies
@Stability(Stable) public CfnDashboard.ComboChartVisualProperty.Builder columnHierarchies(IResolvable columnHierarchies) Sets the value ofCfnDashboard.ComboChartVisualProperty.getColumnHierarchies()- Parameters:
columnHierarchies- The column hierarchy that is used during drill-downs and drill-ups.- Returns:
this
-
columnHierarchies
@Stability(Stable) public CfnDashboard.ComboChartVisualProperty.Builder columnHierarchies(List<? extends Object> columnHierarchies) Sets the value ofCfnDashboard.ComboChartVisualProperty.getColumnHierarchies()- Parameters:
columnHierarchies- The column hierarchy that is used during drill-downs and drill-ups.- Returns:
this
-
subtitle
@Stability(Stable) public CfnDashboard.ComboChartVisualProperty.Builder subtitle(IResolvable subtitle) Sets the value ofCfnDashboard.ComboChartVisualProperty.getSubtitle()- Parameters:
subtitle- The subtitle that is displayed on the visual.- Returns:
this
-
subtitle
@Stability(Stable) public CfnDashboard.ComboChartVisualProperty.Builder subtitle(CfnDashboard.VisualSubtitleLabelOptionsProperty subtitle) Sets the value ofCfnDashboard.ComboChartVisualProperty.getSubtitle()- Parameters:
subtitle- The subtitle that is displayed on the visual.- Returns:
this
-
title
Sets the value ofCfnDashboard.ComboChartVisualProperty.getTitle()- Parameters:
title- The title that is displayed on the visual.- Returns:
this
-
title
@Stability(Stable) public CfnDashboard.ComboChartVisualProperty.Builder title(CfnDashboard.VisualTitleLabelOptionsProperty title) Sets the value ofCfnDashboard.ComboChartVisualProperty.getTitle()- Parameters:
title- The title that is displayed on the visual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.ComboChartVisualProperty>- Returns:
- a new instance of
CfnDashboard.ComboChartVisualProperty - Throws:
NullPointerException- if any required attribute was not provided
-