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 Details

    • 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 other of an axis in the chart. Choose one of the following options:

      • INCLUDE

      • EXCLUDE

      Parameters:
      otherCategories - The Show other of 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

      ItemsLimitConfiguration.Builder otherCategories(OtherCategories otherCategories)

      The Show other of an axis in the chart. Choose one of the following options:

      • INCLUDE

      • EXCLUDE

      Parameters:
      otherCategories - The Show other of 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: