Uses of Interface
software.amazon.awssdk.services.location.model.MapConfigurationUpdate.Builder
-
Packages that use MapConfigurationUpdate.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of MapConfigurationUpdate.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return MapConfigurationUpdate.Builder Modifier and Type Method Description static MapConfigurationUpdate.BuilderMapConfigurationUpdate. builder()MapConfigurationUpdate.BuilderMapConfigurationUpdate.Builder. customLayers(String... customLayers)Specifies the custom layers for the style.MapConfigurationUpdate.BuilderMapConfigurationUpdate.Builder. customLayers(Collection<String> customLayers)Specifies the custom layers for the style.MapConfigurationUpdate.BuilderMapConfigurationUpdate.Builder. politicalView(String politicalView)Specifies the political view for the style.MapConfigurationUpdate.BuilderMapConfigurationUpdate. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type MapConfigurationUpdate.Builder Modifier and Type Method Description static Class<? extends MapConfigurationUpdate.Builder>MapConfigurationUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.location.model with type arguments of type MapConfigurationUpdate.Builder Modifier and Type Method Description default UpdateMapRequest.BuilderUpdateMapRequest.Builder. configurationUpdate(Consumer<MapConfigurationUpdate.Builder> configurationUpdate)Updates the parts of the map configuration that can be updated, including the political view.
-