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