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