| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static GeospatialHeatmapColorScale.Builder |
GeospatialHeatmapColorScale.builder() |
GeospatialHeatmapColorScale.Builder |
GeospatialHeatmapColorScale.Builder.colors(Collection<GeospatialHeatmapDataColor> colors)
The list of colors to be used in heatmap point style.
|
GeospatialHeatmapColorScale.Builder |
GeospatialHeatmapColorScale.Builder.colors(Consumer<GeospatialHeatmapDataColor.Builder>... colors)
The list of colors to be used in heatmap point style.
|
GeospatialHeatmapColorScale.Builder |
GeospatialHeatmapColorScale.Builder.colors(GeospatialHeatmapDataColor... colors)
The list of colors to be used in heatmap point style.
|
GeospatialHeatmapColorScale.Builder |
GeospatialHeatmapColorScale.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GeospatialHeatmapColorScale.Builder> |
GeospatialHeatmapColorScale.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GeospatialHeatmapConfiguration.Builder |
GeospatialHeatmapConfiguration.Builder.heatmapColor(Consumer<GeospatialHeatmapColorScale.Builder> heatmapColor)
The color scale specification for the heatmap point style.
|
Copyright © 2023. All rights reserved.