Interface HeatMapSortConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HeatMapSortConfiguration.Builder,HeatMapSortConfiguration>,SdkBuilder<HeatMapSortConfiguration.Builder,HeatMapSortConfiguration>,SdkPojo
- Enclosing class:
- HeatMapSortConfiguration
public static interface HeatMapSortConfiguration.Builder extends SdkPojo, CopyableBuilder<HeatMapSortConfiguration.Builder,HeatMapSortConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default HeatMapSortConfiguration.BuilderheatMapColumnItemsLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> heatMapColumnItemsLimitConfiguration)The limit on the number of columns that are displayed in a heat map.HeatMapSortConfiguration.BuilderheatMapColumnItemsLimitConfiguration(ItemsLimitConfiguration heatMapColumnItemsLimitConfiguration)The limit on the number of columns that are displayed in a heat map.HeatMapSortConfiguration.BuilderheatMapColumnSort(Collection<FieldSortOptions> heatMapColumnSort)The column sort configuration for heat map for columns that aren't a part of a field well.HeatMapSortConfiguration.BuilderheatMapColumnSort(Consumer<FieldSortOptions.Builder>... heatMapColumnSort)The column sort configuration for heat map for columns that aren't a part of a field well.HeatMapSortConfiguration.BuilderheatMapColumnSort(FieldSortOptions... heatMapColumnSort)The column sort configuration for heat map for columns that aren't a part of a field well.default HeatMapSortConfiguration.BuilderheatMapRowItemsLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> heatMapRowItemsLimitConfiguration)The limit on the number of rows that are displayed in a heat map.HeatMapSortConfiguration.BuilderheatMapRowItemsLimitConfiguration(ItemsLimitConfiguration heatMapRowItemsLimitConfiguration)The limit on the number of rows that are displayed in a heat map.HeatMapSortConfiguration.BuilderheatMapRowSort(Collection<FieldSortOptions> heatMapRowSort)The field sort configuration of the rows fields.HeatMapSortConfiguration.BuilderheatMapRowSort(Consumer<FieldSortOptions.Builder>... heatMapRowSort)The field sort configuration of the rows fields.HeatMapSortConfiguration.BuilderheatMapRowSort(FieldSortOptions... heatMapRowSort)The field sort configuration of the rows fields.-
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
-
heatMapRowSort
HeatMapSortConfiguration.Builder heatMapRowSort(Collection<FieldSortOptions> heatMapRowSort)
The field sort configuration of the rows fields.
- Parameters:
heatMapRowSort- The field sort configuration of the rows fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
heatMapRowSort
HeatMapSortConfiguration.Builder heatMapRowSort(FieldSortOptions... heatMapRowSort)
The field sort configuration of the rows fields.
- Parameters:
heatMapRowSort- The field sort configuration of the rows fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
heatMapRowSort
HeatMapSortConfiguration.Builder heatMapRowSort(Consumer<FieldSortOptions.Builder>... heatMapRowSort)
The field sort configuration of the rows 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#heatMapRowSort(List.) - Parameters:
heatMapRowSort- 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:
#heatMapRowSort(java.util.Collection)
-
heatMapColumnSort
HeatMapSortConfiguration.Builder heatMapColumnSort(Collection<FieldSortOptions> heatMapColumnSort)
The column sort configuration for heat map for columns that aren't a part of a field well.
- Parameters:
heatMapColumnSort- The column sort configuration for heat map for columns that aren't a part of a field well.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
heatMapColumnSort
HeatMapSortConfiguration.Builder heatMapColumnSort(FieldSortOptions... heatMapColumnSort)
The column sort configuration for heat map for columns that aren't a part of a field well.
- Parameters:
heatMapColumnSort- The column sort configuration for heat map for columns that aren't a part of a field well.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
heatMapColumnSort
HeatMapSortConfiguration.Builder heatMapColumnSort(Consumer<FieldSortOptions.Builder>... heatMapColumnSort)
The column sort configuration for heat map for columns that aren't a part of a field well.
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#heatMapColumnSort(List.) - Parameters:
heatMapColumnSort- 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:
#heatMapColumnSort(java.util.Collection)
-
heatMapRowItemsLimitConfiguration
HeatMapSortConfiguration.Builder heatMapRowItemsLimitConfiguration(ItemsLimitConfiguration heatMapRowItemsLimitConfiguration)
The limit on the number of rows that are displayed in a heat map.
- Parameters:
heatMapRowItemsLimitConfiguration- The limit on the number of rows that are displayed in a heat map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
heatMapRowItemsLimitConfiguration
default HeatMapSortConfiguration.Builder heatMapRowItemsLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> heatMapRowItemsLimitConfiguration)
The limit on the number of rows that are displayed in a heat map.
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 toheatMapRowItemsLimitConfiguration(ItemsLimitConfiguration).- Parameters:
heatMapRowItemsLimitConfiguration- 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:
heatMapRowItemsLimitConfiguration(ItemsLimitConfiguration)
-
heatMapColumnItemsLimitConfiguration
HeatMapSortConfiguration.Builder heatMapColumnItemsLimitConfiguration(ItemsLimitConfiguration heatMapColumnItemsLimitConfiguration)
The limit on the number of columns that are displayed in a heat map.
- Parameters:
heatMapColumnItemsLimitConfiguration- The limit on the number of columns that are displayed in a heat map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
heatMapColumnItemsLimitConfiguration
default HeatMapSortConfiguration.Builder heatMapColumnItemsLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> heatMapColumnItemsLimitConfiguration)
The limit on the number of columns that are displayed in a heat map.
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 toheatMapColumnItemsLimitConfiguration(ItemsLimitConfiguration).- Parameters:
heatMapColumnItemsLimitConfiguration- 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:
heatMapColumnItemsLimitConfiguration(ItemsLimitConfiguration)
-
-