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