Uses of Interface
software.amazon.awssdk.services.location.model.MapConfiguration.Builder
-
Packages that use MapConfiguration.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of MapConfiguration.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return MapConfiguration.Builder Modifier and Type Method Description static MapConfiguration.BuilderMapConfiguration. builder()MapConfiguration.BuilderMapConfiguration.Builder. customLayers(String... customLayers)Specifies the custom layers for the style.MapConfiguration.BuilderMapConfiguration.Builder. customLayers(Collection<String> customLayers)Specifies the custom layers for the style.MapConfiguration.BuilderMapConfiguration.Builder. politicalView(String politicalView)Specifies the political view for the style.MapConfiguration.BuilderMapConfiguration.Builder. style(String style)Specifies the map style selected from an available data provider.MapConfiguration.BuilderMapConfiguration. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type MapConfiguration.Builder Modifier and Type Method Description static Class<? extends MapConfiguration.Builder>MapConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.location.model with type arguments of type MapConfiguration.Builder Modifier and Type Method Description default CreateMapRequest.BuilderCreateMapRequest.Builder. configuration(Consumer<MapConfiguration.Builder> configuration)Specifies theMapConfiguration, including the map style, for the map resource that you create.default DescribeMapResponse.BuilderDescribeMapResponse.Builder. configuration(Consumer<MapConfiguration.Builder> configuration)Specifies the map tile style selected from a partner data provider.
-