Interface PieChartSortConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PieChartSortConfiguration.Builder,
,PieChartSortConfiguration> SdkBuilder<PieChartSortConfiguration.Builder,
,PieChartSortConfiguration> SdkPojo
- Enclosing class:
PieChartSortConfiguration
-
Method Summary
Modifier and TypeMethodDescriptioncategoryItemsLimit
(Consumer<ItemsLimitConfiguration.Builder> categoryItemsLimit) The limit on the number of categories that are displayed in a pie chart.categoryItemsLimit
(ItemsLimitConfiguration categoryItemsLimit) The limit on the number of categories that are displayed in a pie chart.categorySort
(Collection<FieldSortOptions> categorySort) The sort configuration of the category fields.categorySort
(Consumer<FieldSortOptions.Builder>... categorySort) The sort configuration of the category fields.categorySort
(FieldSortOptions... categorySort) The sort configuration of the category fields.smallMultiplesLimitConfiguration
(Consumer<ItemsLimitConfiguration.Builder> smallMultiplesLimitConfiguration) The limit on the number of small multiples panels that are displayed.smallMultiplesLimitConfiguration
(ItemsLimitConfiguration smallMultiplesLimitConfiguration) The limit on the number of small multiples panels that are displayed.smallMultiplesSort
(Collection<FieldSortOptions> smallMultiplesSort) The sort configuration of the small multiples field.smallMultiplesSort
(Consumer<FieldSortOptions.Builder>... smallMultiplesSort) The sort configuration of the small multiples field.smallMultiplesSort
(FieldSortOptions... smallMultiplesSort) The sort configuration of the small multiples field.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 Details
-
categorySort
The sort configuration of the category fields.
- Parameters:
categorySort
- The sort configuration of the category fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categorySort
The sort configuration of the category fields.
- Parameters:
categorySort
- The sort configuration of the category fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categorySort
The sort configuration of the category fields.
This is a convenience method that creates an instance of theFieldSortOptions.Builder
avoiding the need to create one manually viaFieldSortOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocategorySort(List<FieldSortOptions>)
.- Parameters:
categorySort
- a consumer that will call methods onFieldSortOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
categoryItemsLimit
The limit on the number of categories that are displayed in a pie chart.
- Parameters:
categoryItemsLimit
- The limit on the number of categories that are displayed in a pie chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categoryItemsLimit
default PieChartSortConfiguration.Builder categoryItemsLimit(Consumer<ItemsLimitConfiguration.Builder> categoryItemsLimit) The limit on the number of categories that are displayed in a pie chart.
This is a convenience method that creates an instance of theItemsLimitConfiguration.Builder
avoiding the need to create one manually viaItemsLimitConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocategoryItemsLimit(ItemsLimitConfiguration)
.- Parameters:
categoryItemsLimit
- a consumer that will call methods onItemsLimitConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
smallMultiplesSort
PieChartSortConfiguration.Builder smallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort) The sort configuration of the small multiples field.
- Parameters:
smallMultiplesSort
- The sort configuration of the small multiples field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
smallMultiplesSort
The sort configuration of the small multiples field.
- Parameters:
smallMultiplesSort
- The sort configuration of the small multiples field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
smallMultiplesSort
PieChartSortConfiguration.Builder smallMultiplesSort(Consumer<FieldSortOptions.Builder>... smallMultiplesSort) The sort configuration of the small multiples field.
This is a convenience method that creates an instance of theFieldSortOptions.Builder
avoiding the need to create one manually viaFieldSortOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosmallMultiplesSort(List<FieldSortOptions>)
.- Parameters:
smallMultiplesSort
- a consumer that will call methods onFieldSortOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
smallMultiplesLimitConfiguration
PieChartSortConfiguration.Builder smallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration) The limit on the number of small multiples panels that are displayed.
- Parameters:
smallMultiplesLimitConfiguration
- The limit on the number of small multiples panels that are displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
smallMultiplesLimitConfiguration
default PieChartSortConfiguration.Builder smallMultiplesLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> smallMultiplesLimitConfiguration) The limit on the number of small multiples panels that are displayed.
This is a convenience method that creates an instance of theItemsLimitConfiguration.Builder
avoiding the need to create one manually viaItemsLimitConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosmallMultiplesLimitConfiguration(ItemsLimitConfiguration)
.- Parameters:
smallMultiplesLimitConfiguration
- a consumer that will call methods onItemsLimitConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-