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