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