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