Class CfnDashboardPropsMixin.PluginVisualProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.PluginVisualProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.PluginVisualProperty>
- Enclosing interface:
CfnDashboardPropsMixin.PluginVisualProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.PluginVisualProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.PluginVisualProperty>
A builder for
CfnDashboardPropsMixin.PluginVisualProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.chartConfiguration(CfnDashboardPropsMixin.PluginVisualConfigurationProperty chartConfiguration) Sets the value ofCfnDashboardPropsMixin.PluginVisualProperty.getChartConfiguration()chartConfiguration(IResolvable chartConfiguration) Sets the value ofCfnDashboardPropsMixin.PluginVisualProperty.getChartConfiguration()Sets the value ofCfnDashboardPropsMixin.PluginVisualProperty.getPluginArn()Sets the value ofCfnDashboardPropsMixin.PluginVisualProperty.getSubtitle()subtitle(IResolvable subtitle) Sets the value ofCfnDashboardPropsMixin.PluginVisualProperty.getSubtitle()Sets the value ofCfnDashboardPropsMixin.PluginVisualProperty.getTitle()title(IResolvable title) Sets the value ofCfnDashboardPropsMixin.PluginVisualProperty.getTitle()visualContentAltText(String visualContentAltText) Sets the value ofCfnDashboardPropsMixin.PluginVisualProperty.getVisualContentAltText()Sets the value ofCfnDashboardPropsMixin.PluginVisualProperty.getVisualId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
chartConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.PluginVisualProperty.Builder chartConfiguration(IResolvable chartConfiguration) Sets the value ofCfnDashboardPropsMixin.PluginVisualProperty.getChartConfiguration()- Parameters:
chartConfiguration- A description of the plugin field wells and their persisted properties.- Returns:
this
-
chartConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.PluginVisualProperty.Builder chartConfiguration(CfnDashboardPropsMixin.PluginVisualConfigurationProperty chartConfiguration) Sets the value ofCfnDashboardPropsMixin.PluginVisualProperty.getChartConfiguration()- Parameters:
chartConfiguration- A description of the plugin field wells and their persisted properties.- Returns:
this
-
pluginArn
@Stability(Stable) public CfnDashboardPropsMixin.PluginVisualProperty.Builder pluginArn(String pluginArn) Sets the value ofCfnDashboardPropsMixin.PluginVisualProperty.getPluginArn()- Parameters:
pluginArn- The Amazon Resource Name (ARN) that reflects the plugin and version.- Returns:
this
-
subtitle
@Stability(Stable) public CfnDashboardPropsMixin.PluginVisualProperty.Builder subtitle(IResolvable subtitle) Sets the value ofCfnDashboardPropsMixin.PluginVisualProperty.getSubtitle()- Parameters:
subtitle- the value to be set.- Returns:
this
-
subtitle
@Stability(Stable) public CfnDashboardPropsMixin.PluginVisualProperty.Builder subtitle(CfnDashboardPropsMixin.VisualSubtitleLabelOptionsProperty subtitle) Sets the value ofCfnDashboardPropsMixin.PluginVisualProperty.getSubtitle()- Parameters:
subtitle- the value to be set.- Returns:
this
-
title
@Stability(Stable) public CfnDashboardPropsMixin.PluginVisualProperty.Builder title(IResolvable title) Sets the value ofCfnDashboardPropsMixin.PluginVisualProperty.getTitle()- Parameters:
title- the value to be set.- Returns:
this
-
title
@Stability(Stable) public CfnDashboardPropsMixin.PluginVisualProperty.Builder title(CfnDashboardPropsMixin.VisualTitleLabelOptionsProperty title) Sets the value ofCfnDashboardPropsMixin.PluginVisualProperty.getTitle()- Parameters:
title- the value to be set.- Returns:
this
-
visualContentAltText
@Stability(Stable) public CfnDashboardPropsMixin.PluginVisualProperty.Builder visualContentAltText(String visualContentAltText) Sets the value ofCfnDashboardPropsMixin.PluginVisualProperty.getVisualContentAltText()- Parameters:
visualContentAltText- The alt text for the visual.- Returns:
this
-
visualId
@Stability(Stable) public CfnDashboardPropsMixin.PluginVisualProperty.Builder visualId(String visualId) Sets the value ofCfnDashboardPropsMixin.PluginVisualProperty.getVisualId()- Parameters:
visualId- The ID of the visual that you want to use.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.PluginVisualProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.PluginVisualProperty - Throws:
NullPointerException- if any required attribute was not provided
-