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