Class CfnAnalysisPropsMixin.BarChartSortConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.BarChartSortConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.BarChartSortConfigurationProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.BarChartSortConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.BarChartSortConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.BarChartSortConfigurationProperty>
A builder for
CfnAnalysisPropsMixin.BarChartSortConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.categoryItemsLimit(CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty categoryItemsLimit) categoryItemsLimit(IResolvable categoryItemsLimit) categorySort(List<? extends Object> categorySort) categorySort(IResolvable categorySort) colorItemsLimit(CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty colorItemsLimit) colorItemsLimit(IResolvable colorItemsLimit) Sets the value ofCfnAnalysisPropsMixin.BarChartSortConfigurationProperty.getColorSort()colorSort(IResolvable colorSort) Sets the value ofCfnAnalysisPropsMixin.BarChartSortConfigurationProperty.getColorSort()smallMultiplesLimitConfiguration(CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty smallMultiplesLimitConfiguration) smallMultiplesLimitConfiguration(IResolvable smallMultiplesLimitConfiguration) smallMultiplesSort(List<? extends Object> smallMultiplesSort) smallMultiplesSort(IResolvable smallMultiplesSort)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
categoryItemsLimit
@Stability(Stable) public CfnAnalysisPropsMixin.BarChartSortConfigurationProperty.Builder categoryItemsLimit(IResolvable categoryItemsLimit) - Parameters:
categoryItemsLimit- The limit on the number of categories displayed in a bar chart.- Returns:
this
-
categoryItemsLimit
@Stability(Stable) public CfnAnalysisPropsMixin.BarChartSortConfigurationProperty.Builder categoryItemsLimit(CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty categoryItemsLimit) - Parameters:
categoryItemsLimit- The limit on the number of categories displayed in a bar chart.- Returns:
this
-
categorySort
@Stability(Stable) public CfnAnalysisPropsMixin.BarChartSortConfigurationProperty.Builder categorySort(IResolvable categorySort) - Parameters:
categorySort- The sort configuration of category fields.- Returns:
this
-
categorySort
@Stability(Stable) public CfnAnalysisPropsMixin.BarChartSortConfigurationProperty.Builder categorySort(List<? extends Object> categorySort) - Parameters:
categorySort- The sort configuration of category fields.- Returns:
this
-
colorItemsLimit
@Stability(Stable) public CfnAnalysisPropsMixin.BarChartSortConfigurationProperty.Builder colorItemsLimit(IResolvable colorItemsLimit) - Parameters:
colorItemsLimit- The limit on the number of values displayed in a bar chart.- Returns:
this
-
colorItemsLimit
@Stability(Stable) public CfnAnalysisPropsMixin.BarChartSortConfigurationProperty.Builder colorItemsLimit(CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty colorItemsLimit) - Parameters:
colorItemsLimit- The limit on the number of values displayed in a bar chart.- Returns:
this
-
colorSort
@Stability(Stable) public CfnAnalysisPropsMixin.BarChartSortConfigurationProperty.Builder colorSort(IResolvable colorSort) Sets the value ofCfnAnalysisPropsMixin.BarChartSortConfigurationProperty.getColorSort()- Parameters:
colorSort- The sort configuration of color fields in a bar chart.- Returns:
this
-
colorSort
@Stability(Stable) public CfnAnalysisPropsMixin.BarChartSortConfigurationProperty.Builder colorSort(List<? extends Object> colorSort) Sets the value ofCfnAnalysisPropsMixin.BarChartSortConfigurationProperty.getColorSort()- Parameters:
colorSort- The sort configuration of color fields in a bar chart.- Returns:
this
-
smallMultiplesLimitConfiguration
@Stability(Stable) public CfnAnalysisPropsMixin.BarChartSortConfigurationProperty.Builder smallMultiplesLimitConfiguration(IResolvable smallMultiplesLimitConfiguration) Sets the value ofCfnAnalysisPropsMixin.BarChartSortConfigurationProperty.getSmallMultiplesLimitConfiguration()- Parameters:
smallMultiplesLimitConfiguration- The limit on the number of small multiples panels that are displayed.- Returns:
this
-
smallMultiplesLimitConfiguration
@Stability(Stable) public CfnAnalysisPropsMixin.BarChartSortConfigurationProperty.Builder smallMultiplesLimitConfiguration(CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty smallMultiplesLimitConfiguration) Sets the value ofCfnAnalysisPropsMixin.BarChartSortConfigurationProperty.getSmallMultiplesLimitConfiguration()- Parameters:
smallMultiplesLimitConfiguration- The limit on the number of small multiples panels that are displayed.- Returns:
this
-
smallMultiplesSort
@Stability(Stable) public CfnAnalysisPropsMixin.BarChartSortConfigurationProperty.Builder smallMultiplesSort(IResolvable smallMultiplesSort) - Parameters:
smallMultiplesSort- The sort configuration of the small multiples field.- Returns:
this
-
smallMultiplesSort
@Stability(Stable) public CfnAnalysisPropsMixin.BarChartSortConfigurationProperty.Builder smallMultiplesSort(List<? extends Object> smallMultiplesSort) - Parameters:
smallMultiplesSort- The sort configuration of the small multiples field.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.BarChartSortConfigurationProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.BarChartSortConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-