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