Class CfnAnalysisPropsMixin.ComboChartSortConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.ComboChartSortConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.ComboChartSortConfigurationProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.ComboChartSortConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.ComboChartSortConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.ComboChartSortConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.categoryItemsLimit(CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty categoryItemsLimit) categoryItemsLimit(IResolvable categoryItemsLimit) categorySort(List<? extends Object> categorySort) categorySort(IResolvable categorySort) colorItemsLimit(CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty colorItemsLimit) colorItemsLimit(IResolvable colorItemsLimit) Sets the value ofCfnAnalysisPropsMixin.ComboChartSortConfigurationProperty.getColorSort()colorSort(IResolvable colorSort) Sets the value ofCfnAnalysisPropsMixin.ComboChartSortConfigurationProperty.getColorSort()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
categoryItemsLimit
@Stability(Stable) public CfnAnalysisPropsMixin.ComboChartSortConfigurationProperty.Builder categoryItemsLimit(IResolvable categoryItemsLimit) - Parameters:
categoryItemsLimit- The item limit configuration for the category field well of a combo chart.- Returns:
this
-
categoryItemsLimit
@Stability(Stable) public CfnAnalysisPropsMixin.ComboChartSortConfigurationProperty.Builder categoryItemsLimit(CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty categoryItemsLimit) - Parameters:
categoryItemsLimit- The item limit configuration for the category field well of a combo chart.- Returns:
this
-
categorySort
@Stability(Stable) public CfnAnalysisPropsMixin.ComboChartSortConfigurationProperty.Builder categorySort(IResolvable categorySort) - Parameters:
categorySort- The sort configuration of the category field well in a combo chart.- Returns:
this
-
categorySort
@Stability(Stable) public CfnAnalysisPropsMixin.ComboChartSortConfigurationProperty.Builder categorySort(List<? extends Object> categorySort) - Parameters:
categorySort- The sort configuration of the category field well in a combo chart.- Returns:
this
-
colorItemsLimit
@Stability(Stable) public CfnAnalysisPropsMixin.ComboChartSortConfigurationProperty.Builder colorItemsLimit(IResolvable colorItemsLimit) - Parameters:
colorItemsLimit- The item limit configuration of the color field well in a combo chart.- Returns:
this
-
colorItemsLimit
@Stability(Stable) public CfnAnalysisPropsMixin.ComboChartSortConfigurationProperty.Builder colorItemsLimit(CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty colorItemsLimit) - Parameters:
colorItemsLimit- The item limit configuration of the color field well in a combo chart.- Returns:
this
-
colorSort
@Stability(Stable) public CfnAnalysisPropsMixin.ComboChartSortConfigurationProperty.Builder colorSort(IResolvable colorSort) Sets the value ofCfnAnalysisPropsMixin.ComboChartSortConfigurationProperty.getColorSort()- Parameters:
colorSort- The sort configuration of the color field well in a combo chart.- Returns:
this
-
colorSort
@Stability(Stable) public CfnAnalysisPropsMixin.ComboChartSortConfigurationProperty.Builder colorSort(List<? extends Object> colorSort) Sets the value ofCfnAnalysisPropsMixin.ComboChartSortConfigurationProperty.getColorSort()- Parameters:
colorSort- The sort configuration of the color field well in a combo chart.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.ComboChartSortConfigurationProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.ComboChartSortConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-