Class CfnDashboardPropsMixin.GaugeChartVisualProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.GaugeChartVisualProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.GaugeChartVisualProperty>
- Enclosing interface:
CfnDashboardPropsMixin.GaugeChartVisualProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.GaugeChartVisualProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.GaugeChartVisualProperty>
A builder for
CfnDashboardPropsMixin.GaugeChartVisualProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnDashboardPropsMixin.GaugeChartVisualProperty.getActions()actions(IResolvable actions) Sets the value ofCfnDashboardPropsMixin.GaugeChartVisualProperty.getActions()build()Builds the configured instance.chartConfiguration(IResolvable chartConfiguration) Sets the value ofCfnDashboardPropsMixin.GaugeChartVisualProperty.getChartConfiguration()chartConfiguration(CfnDashboardPropsMixin.GaugeChartConfigurationProperty chartConfiguration) Sets the value ofCfnDashboardPropsMixin.GaugeChartVisualProperty.getChartConfiguration()conditionalFormatting(IResolvable conditionalFormatting) conditionalFormatting(CfnDashboardPropsMixin.GaugeChartConditionalFormattingProperty conditionalFormatting) subtitle(IResolvable subtitle) Sets the value ofCfnDashboardPropsMixin.GaugeChartVisualProperty.getSubtitle()Sets the value ofCfnDashboardPropsMixin.GaugeChartVisualProperty.getSubtitle()title(IResolvable title) Sets the value ofCfnDashboardPropsMixin.GaugeChartVisualProperty.getTitle()Sets the value ofCfnDashboardPropsMixin.GaugeChartVisualProperty.getTitle()visualContentAltText(String visualContentAltText) Sets the value ofCfnDashboardPropsMixin.GaugeChartVisualProperty.getVisualId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
actions
@Stability(Stable) public CfnDashboardPropsMixin.GaugeChartVisualProperty.Builder actions(IResolvable actions) Sets the value ofCfnDashboardPropsMixin.GaugeChartVisualProperty.getActions()- Parameters:
actions- The list of custom actions that are configured for a visual.- Returns:
this
-
actions
@Stability(Stable) public CfnDashboardPropsMixin.GaugeChartVisualProperty.Builder actions(List<? extends Object> actions) Sets the value ofCfnDashboardPropsMixin.GaugeChartVisualProperty.getActions()- Parameters:
actions- The list of custom actions that are configured for a visual.- Returns:
this
-
chartConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.GaugeChartVisualProperty.Builder chartConfiguration(IResolvable chartConfiguration) Sets the value ofCfnDashboardPropsMixin.GaugeChartVisualProperty.getChartConfiguration()- Parameters:
chartConfiguration- The configuration of aGaugeChartVisual.- Returns:
this
-
chartConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.GaugeChartVisualProperty.Builder chartConfiguration(CfnDashboardPropsMixin.GaugeChartConfigurationProperty chartConfiguration) Sets the value ofCfnDashboardPropsMixin.GaugeChartVisualProperty.getChartConfiguration()- Parameters:
chartConfiguration- The configuration of aGaugeChartVisual.- Returns:
this
-
conditionalFormatting
@Stability(Stable) public CfnDashboardPropsMixin.GaugeChartVisualProperty.Builder conditionalFormatting(IResolvable conditionalFormatting) - Parameters:
conditionalFormatting- The conditional formatting of aGaugeChartVisual.- Returns:
this
-
conditionalFormatting
@Stability(Stable) public CfnDashboardPropsMixin.GaugeChartVisualProperty.Builder conditionalFormatting(CfnDashboardPropsMixin.GaugeChartConditionalFormattingProperty conditionalFormatting) - Parameters:
conditionalFormatting- The conditional formatting of aGaugeChartVisual.- Returns:
this
-
subtitle
@Stability(Stable) public CfnDashboardPropsMixin.GaugeChartVisualProperty.Builder subtitle(IResolvable subtitle) Sets the value ofCfnDashboardPropsMixin.GaugeChartVisualProperty.getSubtitle()- Parameters:
subtitle- The subtitle that is displayed on the visual.- Returns:
this
-
subtitle
@Stability(Stable) public CfnDashboardPropsMixin.GaugeChartVisualProperty.Builder subtitle(CfnDashboardPropsMixin.VisualSubtitleLabelOptionsProperty subtitle) Sets the value ofCfnDashboardPropsMixin.GaugeChartVisualProperty.getSubtitle()- Parameters:
subtitle- The subtitle that is displayed on the visual.- Returns:
this
-
title
@Stability(Stable) public CfnDashboardPropsMixin.GaugeChartVisualProperty.Builder title(IResolvable title) Sets the value ofCfnDashboardPropsMixin.GaugeChartVisualProperty.getTitle()- Parameters:
title- The title that is displayed on the visual.- Returns:
this
-
title
@Stability(Stable) public CfnDashboardPropsMixin.GaugeChartVisualProperty.Builder title(CfnDashboardPropsMixin.VisualTitleLabelOptionsProperty title) Sets the value ofCfnDashboardPropsMixin.GaugeChartVisualProperty.getTitle()- Parameters:
title- The title that is displayed on the visual.- Returns:
this
-
visualContentAltText
@Stability(Stable) public CfnDashboardPropsMixin.GaugeChartVisualProperty.Builder visualContentAltText(String visualContentAltText) - Parameters:
visualContentAltText- The alt text for the visual.- Returns:
this
-
visualId
@Stability(Stable) public CfnDashboardPropsMixin.GaugeChartVisualProperty.Builder visualId(String visualId) Sets the value ofCfnDashboardPropsMixin.GaugeChartVisualProperty.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<CfnDashboardPropsMixin.GaugeChartVisualProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.GaugeChartVisualProperty - Throws:
NullPointerException- if any required attribute was not provided
-