Class CfnDashboard.ItemsLimitConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.ItemsLimitConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.ItemsLimitConfigurationProperty>
- Enclosing interface:
CfnDashboard.ItemsLimitConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.ItemsLimitConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.ItemsLimitConfigurationProperty>
A builder for
CfnDashboard.ItemsLimitConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.itemsLimit
(Number itemsLimit) Sets the value ofCfnDashboard.ItemsLimitConfigurationProperty.getItemsLimit()
otherCategories
(String otherCategories) Sets the value ofCfnDashboard.ItemsLimitConfigurationProperty.getOtherCategories()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
itemsLimit
@Stability(Stable) public CfnDashboard.ItemsLimitConfigurationProperty.Builder itemsLimit(Number itemsLimit) Sets the value ofCfnDashboard.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 CfnDashboard.ItemsLimitConfigurationProperty.Builder otherCategories(String otherCategories) Sets the value ofCfnDashboard.ItemsLimitConfigurationProperty.getOtherCategories()
- Parameters:
otherCategories
- TheShow other
of an axis in the chart. Choose one of the following options:.INCLUDE
EXCLUDE
- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.ItemsLimitConfigurationProperty>
- Returns:
- a new instance of
CfnDashboard.ItemsLimitConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-