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