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