Interface BarChartSortConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BarChartSortConfiguration.Builder,BarChartSortConfiguration>,SdkBuilder<BarChartSortConfiguration.Builder,BarChartSortConfiguration>,SdkPojo
- Enclosing class:
- BarChartSortConfiguration
@Mutable @NotThreadSafe public static interface BarChartSortConfiguration.Builder extends SdkPojo, CopyableBuilder<BarChartSortConfiguration.Builder,BarChartSortConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default BarChartSortConfiguration.BuildercategoryItemsLimit(Consumer<ItemsLimitConfiguration.Builder> categoryItemsLimit)The limit on the number of categories displayed in a bar chart.BarChartSortConfiguration.BuildercategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)The limit on the number of categories displayed in a bar chart.BarChartSortConfiguration.BuildercategorySort(Collection<FieldSortOptions> categorySort)The sort configuration of category fields.BarChartSortConfiguration.BuildercategorySort(Consumer<FieldSortOptions.Builder>... categorySort)The sort configuration of category fields.BarChartSortConfiguration.BuildercategorySort(FieldSortOptions... categorySort)The sort configuration of category fields.default BarChartSortConfiguration.BuildercolorItemsLimit(Consumer<ItemsLimitConfiguration.Builder> colorItemsLimit)The limit on the number of values displayed in a bar chart.BarChartSortConfiguration.BuildercolorItemsLimit(ItemsLimitConfiguration colorItemsLimit)The limit on the number of values displayed in a bar chart.BarChartSortConfiguration.BuildercolorSort(Collection<FieldSortOptions> colorSort)The sort configuration of color fields in a bar chart.BarChartSortConfiguration.BuildercolorSort(Consumer<FieldSortOptions.Builder>... colorSort)The sort configuration of color fields in a bar chart.BarChartSortConfiguration.BuildercolorSort(FieldSortOptions... colorSort)The sort configuration of color fields in a bar chart.default BarChartSortConfiguration.BuildersmallMultiplesLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> smallMultiplesLimitConfiguration)The limit on the number of small multiples panels that are displayed.BarChartSortConfiguration.BuildersmallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)The limit on the number of small multiples panels that are displayed.BarChartSortConfiguration.BuildersmallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)The sort configuration of the small multiples field.BarChartSortConfiguration.BuildersmallMultiplesSort(Consumer<FieldSortOptions.Builder>... smallMultiplesSort)The sort configuration of the small multiples field.BarChartSortConfiguration.BuildersmallMultiplesSort(FieldSortOptions... smallMultiplesSort)The sort configuration of the small multiples field.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
categorySort
BarChartSortConfiguration.Builder categorySort(Collection<FieldSortOptions> 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
BarChartSortConfiguration.Builder categorySort(FieldSortOptions... 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
BarChartSortConfiguration.Builder categorySort(Consumer<FieldSortOptions.Builder>... 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 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
BarChartSortConfiguration.Builder categoryItemsLimit(ItemsLimitConfiguration 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:
categoryItemsLimit(ItemsLimitConfiguration)
-
colorSort
BarChartSortConfiguration.Builder colorSort(Collection<FieldSortOptions> 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
BarChartSortConfiguration.Builder colorSort(FieldSortOptions... 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
BarChartSortConfiguration.Builder colorSort(Consumer<FieldSortOptions.Builder>... 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 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
BarChartSortConfiguration.Builder colorItemsLimit(ItemsLimitConfiguration 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:
colorItemsLimit(ItemsLimitConfiguration)
-
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
BarChartSortConfiguration.Builder smallMultiplesSort(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
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 to#smallMultiplesSort(List.) - 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:
#smallMultiplesSort(java.util.Collection)
-
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:
smallMultiplesLimitConfiguration(ItemsLimitConfiguration)
-
-