Class CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty>
A builder for
CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.itemsLimit(Number itemsLimit) Sets the value ofCfnAnalysisPropsMixin.ItemsLimitConfigurationProperty.getItemsLimit()otherCategories(String otherCategories)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
itemsLimit
@Stability(Stable) public CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty.Builder itemsLimit(Number itemsLimit) Sets the value ofCfnAnalysisPropsMixin.ItemsLimitConfigurationProperty.getItemsLimit()- Parameters:
itemsLimit- The limit on how many items of a field are showed in the chart. For example, the number of slices that are displayed in a pie chart.- Returns:
this
-
otherCategories
@Stability(Stable) public CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty.Builder otherCategories(String otherCategories) - Parameters:
otherCategories- TheShow otherof an axis in the chart. Choose one of the following options:.INCLUDEEXCLUDE
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.ItemsLimitConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-