Interface ItemsLimitConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ItemsLimitConfiguration.Builder,ItemsLimitConfiguration>,SdkBuilder<ItemsLimitConfiguration.Builder,ItemsLimitConfiguration>,SdkPojo
- Enclosing class:
- ItemsLimitConfiguration
public static interface ItemsLimitConfiguration.Builder extends SdkPojo, CopyableBuilder<ItemsLimitConfiguration.Builder,ItemsLimitConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ItemsLimitConfiguration.BuilderitemsLimit(Long itemsLimit)The limit on how many items of a field are showed in the chart.ItemsLimitConfiguration.BuilderotherCategories(String otherCategories)TheShow otherof an axis in the chart.ItemsLimitConfiguration.BuilderotherCategories(OtherCategories otherCategories)TheShow otherof an axis in the chart.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
itemsLimit
ItemsLimitConfiguration.Builder itemsLimit(Long 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.
- 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:
- Returns a reference to this object so that method calls can be chained together.
-
otherCategories
ItemsLimitConfiguration.Builder otherCategories(String otherCategories)
The
Show otherof an axis in the chart. Choose one of the following options:-
INCLUDE -
EXCLUDE
- Parameters:
otherCategories- TheShow otherof an axis in the chart. Choose one of the following options:-
INCLUDE -
EXCLUDE
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OtherCategories,OtherCategories
-
-
otherCategories
ItemsLimitConfiguration.Builder otherCategories(OtherCategories otherCategories)
The
Show otherof an axis in the chart. Choose one of the following options:-
INCLUDE -
EXCLUDE
- Parameters:
otherCategories- TheShow otherof an axis in the chart. Choose one of the following options:-
INCLUDE -
EXCLUDE
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OtherCategories,OtherCategories
-
-
-