| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static GeospatialPointStyleOptions.Builder |
GeospatialPointStyleOptions.builder() |
GeospatialPointStyleOptions.Builder |
GeospatialPointStyleOptions.Builder.clusterMarkerConfiguration(ClusterMarkerConfiguration clusterMarkerConfiguration)
The cluster marker configuration of the geospatial point style.
|
default GeospatialPointStyleOptions.Builder |
GeospatialPointStyleOptions.Builder.clusterMarkerConfiguration(Consumer<ClusterMarkerConfiguration.Builder> clusterMarkerConfiguration)
The cluster marker configuration of the geospatial point style.
|
default GeospatialPointStyleOptions.Builder |
GeospatialPointStyleOptions.Builder.heatmapConfiguration(Consumer<GeospatialHeatmapConfiguration.Builder> heatmapConfiguration)
The heatmap configuration of the geospatial point style.
|
GeospatialPointStyleOptions.Builder |
GeospatialPointStyleOptions.Builder.heatmapConfiguration(GeospatialHeatmapConfiguration heatmapConfiguration)
The heatmap configuration of the geospatial point style.
|
GeospatialPointStyleOptions.Builder |
GeospatialPointStyleOptions.Builder.selectedPointStyle(GeospatialSelectedPointStyle selectedPointStyle)
The selected point styles (point, cluster) of the geospatial map.
|
GeospatialPointStyleOptions.Builder |
GeospatialPointStyleOptions.Builder.selectedPointStyle(String selectedPointStyle)
The selected point styles (point, cluster) of the geospatial map.
|
GeospatialPointStyleOptions.Builder |
GeospatialPointStyleOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GeospatialPointStyleOptions.Builder> |
GeospatialPointStyleOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GeospatialMapConfiguration.Builder |
GeospatialMapConfiguration.Builder.pointStyleOptions(Consumer<GeospatialPointStyleOptions.Builder> pointStyleOptions)
The point style options of the geospatial map.
|
Copyright © 2023. All rights reserved.