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