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