Class CfnTemplatePropsMixin.WaterfallVisualProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnTemplatePropsMixin.WaterfallVisualProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.WaterfallVisualProperty>
- Enclosing interface:
CfnTemplatePropsMixin.WaterfallVisualProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.WaterfallVisualProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.WaterfallVisualProperty>
A builder for
CfnTemplatePropsMixin.WaterfallVisualProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getActions()actions(IResolvable actions) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getActions()build()Builds the configured instance.chartConfiguration(IResolvable chartConfiguration) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getChartConfiguration()chartConfiguration(CfnTemplatePropsMixin.WaterfallChartConfigurationProperty chartConfiguration) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getChartConfiguration()columnHierarchies(List<? extends Object> columnHierarchies) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getColumnHierarchies()columnHierarchies(IResolvable columnHierarchies) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getColumnHierarchies()subtitle(IResolvable subtitle) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getSubtitle()Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getSubtitle()title(IResolvable title) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getTitle()Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getTitle()visualContentAltText(String visualContentAltText) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getVisualContentAltText()Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getVisualId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
actions
@Stability(Stable) public CfnTemplatePropsMixin.WaterfallVisualProperty.Builder actions(IResolvable actions) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getActions()- Parameters:
actions- The list of custom actions that are configured for a visual.- Returns:
this
-
actions
@Stability(Stable) public CfnTemplatePropsMixin.WaterfallVisualProperty.Builder actions(List<? extends Object> actions) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getActions()- Parameters:
actions- The list of custom actions that are configured for a visual.- Returns:
this
-
chartConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.WaterfallVisualProperty.Builder chartConfiguration(IResolvable chartConfiguration) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getChartConfiguration()- Parameters:
chartConfiguration- The configuration for a waterfall visual.- Returns:
this
-
chartConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.WaterfallVisualProperty.Builder chartConfiguration(CfnTemplatePropsMixin.WaterfallChartConfigurationProperty chartConfiguration) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getChartConfiguration()- Parameters:
chartConfiguration- The configuration for a waterfall visual.- Returns:
this
-
columnHierarchies
@Stability(Stable) public CfnTemplatePropsMixin.WaterfallVisualProperty.Builder columnHierarchies(IResolvable columnHierarchies) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getColumnHierarchies()- Parameters:
columnHierarchies- The column hierarchy that is used during drill-downs and drill-ups.- Returns:
this
-
columnHierarchies
@Stability(Stable) public CfnTemplatePropsMixin.WaterfallVisualProperty.Builder columnHierarchies(List<? extends Object> columnHierarchies) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getColumnHierarchies()- Parameters:
columnHierarchies- The column hierarchy that is used during drill-downs and drill-ups.- Returns:
this
-
subtitle
@Stability(Stable) public CfnTemplatePropsMixin.WaterfallVisualProperty.Builder subtitle(IResolvable subtitle) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getSubtitle()- Parameters:
subtitle- The subtitle that is displayed on the visual.- Returns:
this
-
subtitle
@Stability(Stable) public CfnTemplatePropsMixin.WaterfallVisualProperty.Builder subtitle(CfnTemplatePropsMixin.VisualSubtitleLabelOptionsProperty subtitle) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getSubtitle()- Parameters:
subtitle- The subtitle that is displayed on the visual.- Returns:
this
-
title
@Stability(Stable) public CfnTemplatePropsMixin.WaterfallVisualProperty.Builder title(IResolvable title) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getTitle()- Parameters:
title- The title that is displayed on the visual.- Returns:
this
-
title
@Stability(Stable) public CfnTemplatePropsMixin.WaterfallVisualProperty.Builder title(CfnTemplatePropsMixin.VisualTitleLabelOptionsProperty title) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getTitle()- Parameters:
title- The title that is displayed on the visual.- Returns:
this
-
visualContentAltText
@Stability(Stable) public CfnTemplatePropsMixin.WaterfallVisualProperty.Builder visualContentAltText(String visualContentAltText) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getVisualContentAltText()- Parameters:
visualContentAltText- The alt text for the visual.- Returns:
this
-
visualId
@Stability(Stable) public CfnTemplatePropsMixin.WaterfallVisualProperty.Builder visualId(String visualId) Sets the value ofCfnTemplatePropsMixin.WaterfallVisualProperty.getVisualId()- Parameters:
visualId- The unique identifier of a visual. 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
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.WaterfallVisualProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.WaterfallVisualProperty - Throws:
NullPointerException- if any required attribute was not provided
-