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