Interface MapConfigurationUpdate.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<MapConfigurationUpdate.Builder,,MapConfigurationUpdate> SdkBuilder<MapConfigurationUpdate.Builder,,MapConfigurationUpdate> SdkPojo
- Enclosing class:
 MapConfigurationUpdate
public static interface MapConfigurationUpdate.Builder
extends SdkPojo, CopyableBuilder<MapConfigurationUpdate.Builder,MapConfigurationUpdate> 
- 
Method Summary
Modifier and TypeMethodDescriptionpoliticalView(String politicalView) Specifies the political view for the style.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
INDfor 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 asINDfor 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.
 
 
 -