Interface BarChartSortConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BarChartSortConfiguration.Builder,,BarChartSortConfiguration> SdkBuilder<BarChartSortConfiguration.Builder,,BarChartSortConfiguration> SdkPojo
- Enclosing class:
 BarChartSortConfiguration
- 
Method Summary
Modifier and TypeMethodDescriptioncategoryItemsLimit(Consumer<ItemsLimitConfiguration.Builder> categoryItemsLimit) The limit on the number of categories displayed in a bar chart.categoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit) The limit on the number of categories displayed in a bar chart.categorySort(Collection<FieldSortOptions> categorySort) The sort configuration of category fields.categorySort(Consumer<FieldSortOptions.Builder>... categorySort) The sort configuration of category fields.categorySort(FieldSortOptions... categorySort) The sort configuration of category fields.colorItemsLimit(Consumer<ItemsLimitConfiguration.Builder> colorItemsLimit) The limit on the number of values displayed in a bar chart.colorItemsLimit(ItemsLimitConfiguration colorItemsLimit) The limit on the number of values displayed in a bar chart.colorSort(Collection<FieldSortOptions> colorSort) The sort configuration of color fields in a bar chart.colorSort(Consumer<FieldSortOptions.Builder>... colorSort) The sort configuration of color fields in a bar chart.colorSort(FieldSortOptions... colorSort) The sort configuration of color fields in a bar chart.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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
categorySort
The sort configuration of category fields.
- Parameters:
 categorySort- The sort configuration of category fields.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
categorySort
The sort configuration of category fields.
- Parameters:
 categorySort- The sort configuration of category fields.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
categorySort
The sort configuration of category fields.
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 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 displayed in a bar chart.
- Parameters:
 categoryItemsLimit- The limit on the number of categories displayed in a bar chart.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
categoryItemsLimit
default BarChartSortConfiguration.Builder categoryItemsLimit(Consumer<ItemsLimitConfiguration.Builder> categoryItemsLimit) The limit on the number of categories displayed in a bar 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:
 
 - 
colorSort
The sort configuration of color fields in a bar chart.
- Parameters:
 colorSort- The sort configuration of color fields in a bar chart.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
colorSort
The sort configuration of color fields in a bar chart.
- Parameters:
 colorSort- The sort configuration of color fields in a bar chart.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
colorSort
The sort configuration of color fields in a bar 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 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 limit on the number of values displayed in a bar chart.
- Parameters:
 colorItemsLimit- The limit on the number of values displayed in a bar chart.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
colorItemsLimit
default BarChartSortConfiguration.Builder colorItemsLimit(Consumer<ItemsLimitConfiguration.Builder> colorItemsLimit) The limit on the number of values displayed in a bar 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:
 
 - 
smallMultiplesSort
BarChartSortConfiguration.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
BarChartSortConfiguration.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.Builderavoiding the need to create one manually viaFieldSortOptions.builder().When the
Consumercompletes,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
BarChartSortConfiguration.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 BarChartSortConfiguration.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.Builderavoiding the need to create one manually viaItemsLimitConfiguration.builder().When the
Consumercompletes,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:
 
 
 -