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