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