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