Interface MapConfigurationUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MapConfigurationUpdate.Builder,
,MapConfigurationUpdate> SdkBuilder<MapConfigurationUpdate.Builder,
,MapConfigurationUpdate> SdkPojo
- Enclosing class:
MapConfigurationUpdate
-
Method Summary
Modifier and TypeMethodDescriptioncustomLayers
(String... customLayers) Specifies the custom layers for the style.customLayers
(Collection<String> customLayers) Specifies the custom layers for the style.politicalView
(String politicalView) Specifies the political view for the style.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
customLayers
Specifies the custom layers for the style. Leave unset to not enable any custom layer, or, for styles that support custom layers, you can enable layer(s), such as
POI
layer for the VectorEsriNavigation style. Default isunset
.Currenlty only
VectorEsriNavigation
supports CustomLayers. For more information, see Custom Layers.- Parameters:
customLayers
- Specifies the custom layers for the style. Leave unset to not enable any custom layer, or, for styles that support custom layers, you can enable layer(s), such asPOI
layer for the VectorEsriNavigation style. Default isunset
.Currenlty only
VectorEsriNavigation
supports CustomLayers. For more information, see Custom Layers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customLayers
Specifies the custom layers for the style. Leave unset to not enable any custom layer, or, for styles that support custom layers, you can enable layer(s), such as
POI
layer for the VectorEsriNavigation style. Default isunset
.Currenlty only
VectorEsriNavigation
supports CustomLayers. For more information, see Custom Layers.- Parameters:
customLayers
- Specifies the custom layers for the style. Leave unset to not enable any custom layer, or, for styles that support custom layers, you can enable layer(s), such asPOI
layer for the VectorEsriNavigation style. Default isunset
.Currenlty only
VectorEsriNavigation
supports CustomLayers. For more information, see Custom Layers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
politicalView
Specifies the political view for the style. Set to an empty string to not use a political view, or, for styles that support specific political views, you can choose a view, such as
IND
for the Indian view.Not all map resources or styles support political view styles. See Political views for more information.
- Parameters:
politicalView
- Specifies the political view for the style. Set to an empty string to not use a political view, or, for styles that support specific political views, you can choose a view, such asIND
for the Indian view.Not all map resources or styles support political view styles. See Political views for more information.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-