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