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