Class CfnDashboard.ColumnConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.ColumnConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.ColumnConfigurationProperty>
- Enclosing interface:
CfnDashboard.ColumnConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.ColumnConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.ColumnConfigurationProperty>
A builder for
CfnDashboard.ColumnConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.colorsConfiguration(IResolvable colorsConfiguration) Sets the value ofCfnDashboard.ColumnConfigurationProperty.getColorsConfiguration()colorsConfiguration(CfnDashboard.ColorsConfigurationProperty colorsConfiguration) Sets the value ofCfnDashboard.ColumnConfigurationProperty.getColorsConfiguration()column(IResolvable column) Sets the value ofCfnDashboard.ColumnConfigurationProperty.getColumn()Sets the value ofCfnDashboard.ColumnConfigurationProperty.getColumn()formatConfiguration(IResolvable formatConfiguration) Sets the value ofCfnDashboard.ColumnConfigurationProperty.getFormatConfiguration()formatConfiguration(CfnDashboard.FormatConfigurationProperty formatConfiguration) Sets the value ofCfnDashboard.ColumnConfigurationProperty.getFormatConfiguration()Sets the value ofCfnDashboard.ColumnConfigurationProperty.getRole()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
column
@Stability(Stable) public CfnDashboard.ColumnConfigurationProperty.Builder column(IResolvable column) Sets the value ofCfnDashboard.ColumnConfigurationProperty.getColumn()- Parameters:
column- The column. This parameter is required.- Returns:
this
-
column
@Stability(Stable) public CfnDashboard.ColumnConfigurationProperty.Builder column(CfnDashboard.ColumnIdentifierProperty column) Sets the value ofCfnDashboard.ColumnConfigurationProperty.getColumn()- Parameters:
column- The column. This parameter is required.- Returns:
this
-
colorsConfiguration
@Stability(Stable) public CfnDashboard.ColumnConfigurationProperty.Builder colorsConfiguration(IResolvable colorsConfiguration) Sets the value ofCfnDashboard.ColumnConfigurationProperty.getColorsConfiguration()- Parameters:
colorsConfiguration- The color configurations of the column.- Returns:
this
-
colorsConfiguration
@Stability(Stable) public CfnDashboard.ColumnConfigurationProperty.Builder colorsConfiguration(CfnDashboard.ColorsConfigurationProperty colorsConfiguration) Sets the value ofCfnDashboard.ColumnConfigurationProperty.getColorsConfiguration()- Parameters:
colorsConfiguration- The color configurations of the column.- Returns:
this
-
formatConfiguration
@Stability(Stable) public CfnDashboard.ColumnConfigurationProperty.Builder formatConfiguration(IResolvable formatConfiguration) Sets the value ofCfnDashboard.ColumnConfigurationProperty.getFormatConfiguration()- Parameters:
formatConfiguration- The format configuration of a column.- Returns:
this
-
formatConfiguration
@Stability(Stable) public CfnDashboard.ColumnConfigurationProperty.Builder formatConfiguration(CfnDashboard.FormatConfigurationProperty formatConfiguration) Sets the value ofCfnDashboard.ColumnConfigurationProperty.getFormatConfiguration()- Parameters:
formatConfiguration- The format configuration of a column.- Returns:
this
-
role
Sets the value ofCfnDashboard.ColumnConfigurationProperty.getRole()- Parameters:
role- The role of the column.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.ColumnConfigurationProperty>- Returns:
- a new instance of
CfnDashboard.ColumnConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-