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