Uses of Interface
software.amazon.awssdk.services.quicksight.model.GeospatialHeatmapColorScale.Builder
-
Packages that use GeospatialHeatmapColorScale.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialHeatmapColorScale.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GeospatialHeatmapColorScale.Builder Modifier and Type Method Description static GeospatialHeatmapColorScale.BuilderGeospatialHeatmapColorScale. builder()GeospatialHeatmapColorScale.BuilderGeospatialHeatmapColorScale.Builder. colors(Collection<GeospatialHeatmapDataColor> colors)The list of colors to be used in heatmap point style.GeospatialHeatmapColorScale.BuilderGeospatialHeatmapColorScale.Builder. colors(Consumer<GeospatialHeatmapDataColor.Builder>... colors)The list of colors to be used in heatmap point style.GeospatialHeatmapColorScale.BuilderGeospatialHeatmapColorScale.Builder. colors(GeospatialHeatmapDataColor... colors)The list of colors to be used in heatmap point style.GeospatialHeatmapColorScale.BuilderGeospatialHeatmapColorScale. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GeospatialHeatmapColorScale.Builder Modifier and Type Method Description static Class<? extends GeospatialHeatmapColorScale.Builder>GeospatialHeatmapColorScale. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GeospatialHeatmapColorScale.Builder Modifier and Type Method Description default GeospatialHeatmapConfiguration.BuilderGeospatialHeatmapConfiguration.Builder. heatmapColor(Consumer<GeospatialHeatmapColorScale.Builder> heatmapColor)The color scale specification for the heatmap point style.
-