Interface ComboChartSortConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ComboChartSortConfiguration.Builder,
,ComboChartSortConfiguration> SdkBuilder<ComboChartSortConfiguration.Builder,
,ComboChartSortConfiguration> SdkPojo
- Enclosing class:
ComboChartSortConfiguration
-
Method Summary
Modifier and TypeMethodDescriptioncategoryItemsLimit
(Consumer<ItemsLimitConfiguration.Builder> categoryItemsLimit) The item limit configuration for the category field well of a combo chart.categoryItemsLimit
(ItemsLimitConfiguration categoryItemsLimit) The item limit configuration for the category field well of a combo chart.categorySort
(Collection<FieldSortOptions> categorySort) The sort configuration of the category field well in a combo chart.categorySort
(Consumer<FieldSortOptions.Builder>... categorySort) The sort configuration of the category field well in a combo chart.categorySort
(FieldSortOptions... categorySort) The sort configuration of the category field well in a combo chart.colorItemsLimit
(Consumer<ItemsLimitConfiguration.Builder> colorItemsLimit) The item limit configuration of the color field well in a combo chart.colorItemsLimit
(ItemsLimitConfiguration colorItemsLimit) The item limit configuration of the color field well in a combo chart.colorSort
(Collection<FieldSortOptions> colorSort) The sort configuration of the color field well in a combo chart.colorSort
(Consumer<FieldSortOptions.Builder>... colorSort) The sort configuration of the color field well in a combo chart.colorSort
(FieldSortOptions... colorSort) The sort configuration of the color field well in a combo 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 Details
-
categorySort
The sort configuration of the category field well in a combo chart.
- Parameters:
categorySort
- The sort configuration of the category field well in a combo chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categorySort
The sort configuration of the category field well in a combo chart.
- Parameters:
categorySort
- The sort configuration of the category field well in a combo chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categorySort
ComboChartSortConfiguration.Builder categorySort(Consumer<FieldSortOptions.Builder>... categorySort) The sort configuration of the category field well in a combo chart.
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 item limit configuration for the category field well of a combo chart.
- Parameters:
categoryItemsLimit
- The item limit configuration for the category field well of a combo chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categoryItemsLimit
default ComboChartSortConfiguration.Builder categoryItemsLimit(Consumer<ItemsLimitConfiguration.Builder> categoryItemsLimit) The item limit configuration for the category field well of a combo 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:
-
colorSort
The sort configuration of the color field well in a combo chart.
- Parameters:
colorSort
- The sort configuration of the color field well in a combo chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colorSort
The sort configuration of the color field well in a combo chart.
- Parameters:
colorSort
- The sort configuration of the color field well in a combo chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colorSort
The sort configuration of the color field well in a combo chart.
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 tocolorSort(List<FieldSortOptions>)
.- Parameters:
colorSort
- 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:
-
colorItemsLimit
The item limit configuration of the color field well in a combo chart.
- Parameters:
colorItemsLimit
- The item limit configuration of the color field well in a combo chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colorItemsLimit
default ComboChartSortConfiguration.Builder colorItemsLimit(Consumer<ItemsLimitConfiguration.Builder> colorItemsLimit) The item limit configuration of the color field well in a combo 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 tocolorItemsLimit(ItemsLimitConfiguration)
.- Parameters:
colorItemsLimit
- 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:
-