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