Class CfnAnalysisPropsMixin.AggregationSortConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.AggregationSortConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.AggregationSortConfigurationProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.AggregationSortConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.AggregationSortConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.AggregationSortConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregationFunction(CfnAnalysisPropsMixin.AggregationFunctionProperty aggregationFunction) aggregationFunction(IResolvable aggregationFunction) build()Builds the configured instance.Sets the value ofCfnAnalysisPropsMixin.AggregationSortConfigurationProperty.getColumn()column(IResolvable column) Sets the value ofCfnAnalysisPropsMixin.AggregationSortConfigurationProperty.getColumn()sortDirection(String sortDirection)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
aggregationFunction
@Stability(Stable) public CfnAnalysisPropsMixin.AggregationSortConfigurationProperty.Builder aggregationFunction(IResolvable aggregationFunction) Sets the value ofCfnAnalysisPropsMixin.AggregationSortConfigurationProperty.getAggregationFunction()- Parameters:
aggregationFunction- The function that aggregates the values inColumn.- Returns:
this
-
aggregationFunction
@Stability(Stable) public CfnAnalysisPropsMixin.AggregationSortConfigurationProperty.Builder aggregationFunction(CfnAnalysisPropsMixin.AggregationFunctionProperty aggregationFunction) Sets the value ofCfnAnalysisPropsMixin.AggregationSortConfigurationProperty.getAggregationFunction()- Parameters:
aggregationFunction- The function that aggregates the values inColumn.- Returns:
this
-
column
@Stability(Stable) public CfnAnalysisPropsMixin.AggregationSortConfigurationProperty.Builder column(IResolvable column) Sets the value ofCfnAnalysisPropsMixin.AggregationSortConfigurationProperty.getColumn()- Parameters:
column- The column that determines the sort order of aggregated values.- Returns:
this
-
column
@Stability(Stable) public CfnAnalysisPropsMixin.AggregationSortConfigurationProperty.Builder column(CfnAnalysisPropsMixin.ColumnIdentifierProperty column) Sets the value ofCfnAnalysisPropsMixin.AggregationSortConfigurationProperty.getColumn()- Parameters:
column- The column that determines the sort order of aggregated values.- Returns:
this
-
sortDirection
@Stability(Stable) public CfnAnalysisPropsMixin.AggregationSortConfigurationProperty.Builder sortDirection(String sortDirection) - Parameters:
sortDirection- The sort direction of values.ASC: Sort in ascending order.DESC: Sort in descending order.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.AggregationSortConfigurationProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.AggregationSortConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-