Interface HeatMapSortConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HeatMapSortConfiguration.Builder,
,HeatMapSortConfiguration> SdkBuilder<HeatMapSortConfiguration.Builder,
,HeatMapSortConfiguration> SdkPojo
- Enclosing class:
HeatMapSortConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiondefault HeatMapSortConfiguration.Builder
heatMapColumnItemsLimitConfiguration
(Consumer<ItemsLimitConfiguration.Builder> heatMapColumnItemsLimitConfiguration) The limit on the number of columns that are displayed in a heat map.heatMapColumnItemsLimitConfiguration
(ItemsLimitConfiguration heatMapColumnItemsLimitConfiguration) The limit on the number of columns that are displayed in a heat map.heatMapColumnSort
(Collection<FieldSortOptions> heatMapColumnSort) The column sort configuration for heat map for columns that aren't a part of a field well.heatMapColumnSort
(Consumer<FieldSortOptions.Builder>... heatMapColumnSort) The column sort configuration for heat map for columns that aren't a part of a field well.heatMapColumnSort
(FieldSortOptions... heatMapColumnSort) The column sort configuration for heat map for columns that aren't a part of a field well.default HeatMapSortConfiguration.Builder
heatMapRowItemsLimitConfiguration
(Consumer<ItemsLimitConfiguration.Builder> heatMapRowItemsLimitConfiguration) The limit on the number of rows that are displayed in a heat map.heatMapRowItemsLimitConfiguration
(ItemsLimitConfiguration heatMapRowItemsLimitConfiguration) The limit on the number of rows that are displayed in a heat map.heatMapRowSort
(Collection<FieldSortOptions> heatMapRowSort) The field sort configuration of the rows fields.heatMapRowSort
(Consumer<FieldSortOptions.Builder>... heatMapRowSort) The field sort configuration of the rows fields.heatMapRowSort
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.Builder
avoiding the need to create one manually viaFieldSortOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toheatMapRowSort(List<FieldSortOptions>)
.- 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:
-
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
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.Builder
avoiding the need to create one manually viaFieldSortOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toheatMapColumnSort(List<FieldSortOptions>)
.- 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:
-
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.Builder
avoiding the need to create one manually viaItemsLimitConfiguration.builder()
.When the
Consumer
completes,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:
-
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.Builder
avoiding the need to create one manually viaItemsLimitConfiguration.builder()
.When the
Consumer
completes,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:
-