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