Interface RadarChartSortConfiguration.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<RadarChartSortConfiguration.Builder,RadarChartSortConfiguration>
,SdkBuilder<RadarChartSortConfiguration.Builder,RadarChartSortConfiguration>
,SdkPojo
- Enclosing class:
- RadarChartSortConfiguration
public static interface RadarChartSortConfiguration.Builder extends SdkPojo, CopyableBuilder<RadarChartSortConfiguration.Builder,RadarChartSortConfiguration>
-
-
Method Summary
-
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
-
categorySort
RadarChartSortConfiguration.Builder categorySort(Collection<FieldSortOptions> 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(FieldSortOptions... 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 to#categorySort(List
.) - 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:
#categorySort(java.util.Collection
)
-
categoryItemsLimit
RadarChartSortConfiguration.Builder categoryItemsLimit(ItemsLimitConfiguration 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:
categoryItemsLimit(ItemsLimitConfiguration)
-
colorSort
RadarChartSortConfiguration.Builder colorSort(Collection<FieldSortOptions> 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
RadarChartSortConfiguration.Builder colorSort(FieldSortOptions... 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
RadarChartSortConfiguration.Builder colorSort(Consumer<FieldSortOptions.Builder>... 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 to#colorSort(List
.) - 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:
#colorSort(java.util.Collection
)
-
colorItemsLimit
RadarChartSortConfiguration.Builder colorItemsLimit(ItemsLimitConfiguration 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:
colorItemsLimit(ItemsLimitConfiguration)
-
-