Uses of Interface
software.amazon.awssdk.services.quicksight.model.GeospatialWindowOptions.Builder
-
Packages that use GeospatialWindowOptions.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialWindowOptions.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GeospatialWindowOptions.Builder Modifier and Type Method Description default GeospatialWindowOptions.BuilderGeospatialWindowOptions.Builder. bounds(Consumer<GeospatialCoordinateBounds.Builder> bounds)The bounds options (north, south, west, east) of the geospatial window options.GeospatialWindowOptions.BuilderGeospatialWindowOptions.Builder. bounds(GeospatialCoordinateBounds bounds)The bounds options (north, south, west, east) of the geospatial window options.static GeospatialWindowOptions.BuilderGeospatialWindowOptions. builder()GeospatialWindowOptions.BuilderGeospatialWindowOptions.Builder. mapZoomMode(String mapZoomMode)The map zoom modes (manual, auto) of the geospatial window options.GeospatialWindowOptions.BuilderGeospatialWindowOptions.Builder. mapZoomMode(MapZoomMode mapZoomMode)The map zoom modes (manual, auto) of the geospatial window options.GeospatialWindowOptions.BuilderGeospatialWindowOptions. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GeospatialWindowOptions.Builder Modifier and Type Method Description static Class<? extends GeospatialWindowOptions.Builder>GeospatialWindowOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GeospatialWindowOptions.Builder Modifier and Type Method Description default FilledMapConfiguration.BuilderFilledMapConfiguration.Builder. windowOptions(Consumer<GeospatialWindowOptions.Builder> windowOptions)The window options of the filled map visual.default GeospatialMapConfiguration.BuilderGeospatialMapConfiguration.Builder. windowOptions(Consumer<GeospatialWindowOptions.Builder> windowOptions)The window options of the geospatial map.
-