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