Class CfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty>
- Enclosing interface:
CfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.calculation(IResolvable calculation) column(IResolvable column) measureAggregationFunction(CfnTemplatePropsMixin.AggregationFunctionProperty measureAggregationFunction) measureAggregationFunction(IResolvable measureAggregationFunction)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
calculation
@Stability(Stable) public CfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty.Builder calculation(IResolvable calculation) Sets the value ofCfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty.getCalculation()- Parameters:
calculation- The calculation that is used in the dynamic data.- Returns:
this
-
calculation
@Stability(Stable) public CfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty.Builder calculation(CfnTemplatePropsMixin.NumericalAggregationFunctionProperty calculation) Sets the value ofCfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty.getCalculation()- Parameters:
calculation- The calculation that is used in the dynamic data.- Returns:
this
-
column
@Stability(Stable) public CfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty.Builder column(IResolvable column) - Parameters:
column- The column that the dynamic data targets.- Returns:
this
-
column
@Stability(Stable) public CfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty.Builder column(CfnTemplatePropsMixin.ColumnIdentifierProperty column) - Parameters:
column- The column that the dynamic data targets.- Returns:
this
-
measureAggregationFunction
@Stability(Stable) public CfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty.Builder measureAggregationFunction(IResolvable measureAggregationFunction) Sets the value ofCfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty.getMeasureAggregationFunction()- Parameters:
measureAggregationFunction- The aggregation function that is used in the dynamic data.- Returns:
this
-
measureAggregationFunction
@Stability(Stable) public CfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty.Builder measureAggregationFunction(CfnTemplatePropsMixin.AggregationFunctionProperty measureAggregationFunction) Sets the value ofCfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty.getMeasureAggregationFunction()- Parameters:
measureAggregationFunction- The aggregation function that is used in the dynamic data.- Returns:
this
-
build
@Stability(Stable) public CfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-