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