Class CfnAnalysis.WaterfallChartSortConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.WaterfallChartSortConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.WaterfallChartSortConfigurationProperty>
- Enclosing interface:
- CfnAnalysis.WaterfallChartSortConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysis.WaterfallChartSortConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.WaterfallChartSortConfigurationProperty>
A builder for
CfnAnalysis.WaterfallChartSortConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbreakdownItemsLimit(IResolvable breakdownItemsLimit) breakdownItemsLimit(CfnAnalysis.ItemsLimitConfigurationProperty breakdownItemsLimit) build()Builds the configured instance.categorySort(List<? extends Object> categorySort) Sets the value ofCfnAnalysis.WaterfallChartSortConfigurationProperty.getCategorySort()categorySort(IResolvable categorySort) Sets the value ofCfnAnalysis.WaterfallChartSortConfigurationProperty.getCategorySort()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
breakdownItemsLimit
@Stability(Stable) public CfnAnalysis.WaterfallChartSortConfigurationProperty.Builder breakdownItemsLimit(IResolvable breakdownItemsLimit) - Parameters:
breakdownItemsLimit- The limit on the number of bar groups that are displayed.- Returns:
this
-
breakdownItemsLimit
@Stability(Stable) public CfnAnalysis.WaterfallChartSortConfigurationProperty.Builder breakdownItemsLimit(CfnAnalysis.ItemsLimitConfigurationProperty breakdownItemsLimit) - Parameters:
breakdownItemsLimit- The limit on the number of bar groups that are displayed.- Returns:
this
-
categorySort
@Stability(Stable) public CfnAnalysis.WaterfallChartSortConfigurationProperty.Builder categorySort(IResolvable categorySort) Sets the value ofCfnAnalysis.WaterfallChartSortConfigurationProperty.getCategorySort()- Parameters:
categorySort- The sort configuration of the category fields.- Returns:
this
-
categorySort
@Stability(Stable) public CfnAnalysis.WaterfallChartSortConfigurationProperty.Builder categorySort(List<? extends Object> categorySort) Sets the value ofCfnAnalysis.WaterfallChartSortConfigurationProperty.getCategorySort()- Parameters:
categorySort- The sort configuration of the category fields.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysis.WaterfallChartSortConfigurationProperty>- Returns:
- a new instance of
CfnAnalysis.WaterfallChartSortConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-