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