Uses of Interface
software.amazon.awssdk.services.quicksight.model.GeospatialMapStyleOptions.Builder
-
Packages that use GeospatialMapStyleOptions.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialMapStyleOptions.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GeospatialMapStyleOptions.Builder Modifier and Type Method Description GeospatialMapStyleOptions.BuilderGeospatialMapStyleOptions.Builder. baseMapStyle(String baseMapStyle)The base map style of the geospatial map.GeospatialMapStyleOptions.BuilderGeospatialMapStyleOptions.Builder. baseMapStyle(BaseMapStyleType baseMapStyle)The base map style of the geospatial map.static GeospatialMapStyleOptions.BuilderGeospatialMapStyleOptions. builder()GeospatialMapStyleOptions.BuilderGeospatialMapStyleOptions. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GeospatialMapStyleOptions.Builder Modifier and Type Method Description static Class<? extends GeospatialMapStyleOptions.Builder>GeospatialMapStyleOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GeospatialMapStyleOptions.Builder Modifier and Type Method Description default FilledMapConfiguration.BuilderFilledMapConfiguration.Builder. mapStyleOptions(Consumer<GeospatialMapStyleOptions.Builder> mapStyleOptions)The map style options of the filled map visual.default GeospatialMapConfiguration.BuilderGeospatialMapConfiguration.Builder. mapStyleOptions(Consumer<GeospatialMapStyleOptions.Builder> mapStyleOptions)The map style options of the geospatial map.
-