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