Interface ComboChartSortConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ComboChartSortConfiguration.Builder,ComboChartSortConfiguration>,SdkBuilder<ComboChartSortConfiguration.Builder,ComboChartSortConfiguration>,SdkPojo
- Enclosing class:
- ComboChartSortConfiguration
public static interface ComboChartSortConfiguration.Builder extends SdkPojo, CopyableBuilder<ComboChartSortConfiguration.Builder,ComboChartSortConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ComboChartSortConfiguration.BuildercategoryItemsLimit(Consumer<ItemsLimitConfiguration.Builder> categoryItemsLimit)The item limit configuration for the category field well of a combo chart.ComboChartSortConfiguration.BuildercategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)The item limit configuration for the category field well of a combo chart.ComboChartSortConfiguration.BuildercategorySort(Collection<FieldSortOptions> categorySort)The sort configuration of the category field well in a combo chart.ComboChartSortConfiguration.BuildercategorySort(Consumer<FieldSortOptions.Builder>... categorySort)The sort configuration of the category field well in a combo chart.ComboChartSortConfiguration.BuildercategorySort(FieldSortOptions... categorySort)The sort configuration of the category field well in a combo chart.default ComboChartSortConfiguration.BuildercolorItemsLimit(Consumer<ItemsLimitConfiguration.Builder> colorItemsLimit)The item limit configuration of the color field well in a combo chart.ComboChartSortConfiguration.BuildercolorItemsLimit(ItemsLimitConfiguration colorItemsLimit)The item limit configuration of the color field well in a combo chart.ComboChartSortConfiguration.BuildercolorSort(Collection<FieldSortOptions> colorSort)The sort configuration of the color field well in a combo chart.ComboChartSortConfiguration.BuildercolorSort(Consumer<FieldSortOptions.Builder>... colorSort)The sort configuration of the color field well in a combo chart.ComboChartSortConfiguration.BuildercolorSort(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 Detail
-
categorySort
ComboChartSortConfiguration.Builder categorySort(Collection<FieldSortOptions> 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(FieldSortOptions... 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.Builderavoiding the need to create one manually viaFieldSortOptions.builder().When the
Consumercompletes,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
ComboChartSortConfiguration.Builder categoryItemsLimit(ItemsLimitConfiguration 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.Builderavoiding the need to create one manually viaItemsLimitConfiguration.builder().When the
Consumercompletes,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
ComboChartSortConfiguration.Builder colorSort(Collection<FieldSortOptions> 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
ComboChartSortConfiguration.Builder colorSort(FieldSortOptions... 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
ComboChartSortConfiguration.Builder colorSort(Consumer<FieldSortOptions.Builder>... colorSort)
The sort configuration of the color field well in a combo chart.
This is a convenience method that creates an instance of theFieldSortOptions.Builderavoiding the need to create one manually viaFieldSortOptions.builder().When the
Consumercompletes,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
ComboChartSortConfiguration.Builder colorItemsLimit(ItemsLimitConfiguration 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.Builderavoiding the need to create one manually viaItemsLimitConfiguration.builder().When the
Consumercompletes,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)
-
-