Class CfnAnalysisPropsMixin.CategoricalMeasureFieldProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.CategoricalMeasureFieldProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.CategoricalMeasureFieldProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.CategoricalMeasureFieldProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.CategoricalMeasureFieldProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.CategoricalMeasureFieldProperty>
A builder for
CfnAnalysisPropsMixin.CategoricalMeasureFieldProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregationFunction(String aggregationFunction) build()Builds the configured instance.column(IResolvable column) Sets the value ofCfnAnalysisPropsMixin.CategoricalMeasureFieldProperty.getColumn()Sets the value ofCfnAnalysisPropsMixin.CategoricalMeasureFieldProperty.getColumn()Sets the value ofCfnAnalysisPropsMixin.CategoricalMeasureFieldProperty.getFieldId()formatConfiguration(IResolvable formatConfiguration) formatConfiguration(CfnAnalysisPropsMixin.StringFormatConfigurationProperty formatConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
aggregationFunction
@Stability(Stable) public CfnAnalysisPropsMixin.CategoricalMeasureFieldProperty.Builder aggregationFunction(String aggregationFunction) - Parameters:
aggregationFunction- The aggregation function of the measure field.- Returns:
this
-
column
@Stability(Stable) public CfnAnalysisPropsMixin.CategoricalMeasureFieldProperty.Builder column(IResolvable column) Sets the value ofCfnAnalysisPropsMixin.CategoricalMeasureFieldProperty.getColumn()- Parameters:
column- The column that is used in theCategoricalMeasureField.- Returns:
this
-
column
@Stability(Stable) public CfnAnalysisPropsMixin.CategoricalMeasureFieldProperty.Builder column(CfnAnalysisPropsMixin.ColumnIdentifierProperty column) Sets the value ofCfnAnalysisPropsMixin.CategoricalMeasureFieldProperty.getColumn()- Parameters:
column- The column that is used in theCategoricalMeasureField.- Returns:
this
-
fieldId
@Stability(Stable) public CfnAnalysisPropsMixin.CategoricalMeasureFieldProperty.Builder fieldId(String fieldId) Sets the value ofCfnAnalysisPropsMixin.CategoricalMeasureFieldProperty.getFieldId()- Parameters:
fieldId- The custom field ID.- Returns:
this
-
formatConfiguration
@Stability(Stable) public CfnAnalysisPropsMixin.CategoricalMeasureFieldProperty.Builder formatConfiguration(IResolvable formatConfiguration) - Parameters:
formatConfiguration- The format configuration of the field.- Returns:
this
-
formatConfiguration
@Stability(Stable) public CfnAnalysisPropsMixin.CategoricalMeasureFieldProperty.Builder formatConfiguration(CfnAnalysisPropsMixin.StringFormatConfigurationProperty formatConfiguration) - Parameters:
formatConfiguration- The format configuration of the field.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.CategoricalMeasureFieldProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.CategoricalMeasureFieldProperty - Throws:
NullPointerException- if any required attribute was not provided
-