Class CfnTemplatePropsMixin.ItemsLimitConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.ItemsLimitConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.ItemsLimitConfigurationProperty>
- Enclosing interface:
CfnTemplatePropsMixin.ItemsLimitConfigurationProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.ItemsLimitConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.ItemsLimitConfigurationProperty>
A builder for
CfnTemplatePropsMixin.ItemsLimitConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.itemsLimit(Number itemsLimit) Sets the value ofCfnTemplatePropsMixin.ItemsLimitConfigurationProperty.getItemsLimit()otherCategories(String otherCategories)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
itemsLimit
@Stability(Stable) public CfnTemplatePropsMixin.ItemsLimitConfigurationProperty.Builder itemsLimit(Number itemsLimit) Sets the value ofCfnTemplatePropsMixin.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 CfnTemplatePropsMixin.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<CfnTemplatePropsMixin.ItemsLimitConfigurationProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.ItemsLimitConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-