Interface GeospatialMapStyleOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GeospatialMapStyleOptions.Builder,
,GeospatialMapStyleOptions> SdkBuilder<GeospatialMapStyleOptions.Builder,
,GeospatialMapStyleOptions> SdkPojo
- Enclosing class:
GeospatialMapStyleOptions
@Mutable
@NotThreadSafe
public static interface GeospatialMapStyleOptions.Builder
extends SdkPojo, CopyableBuilder<GeospatialMapStyleOptions.Builder,GeospatialMapStyleOptions>
-
Method Summary
Modifier and TypeMethodDescriptionbaseMapStyle
(String baseMapStyle) The base map style of the geospatial map.baseMapStyle
(BaseMapStyleType baseMapStyle) The base map style of the geospatial map.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, sdkFieldNameToField, sdkFields
-
Method Details
-
baseMapStyle
The base map style of the geospatial map.
- Parameters:
baseMapStyle
- The base map style of the geospatial map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
baseMapStyle
The base map style of the geospatial map.
- Parameters:
baseMapStyle
- The base map style of the geospatial map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-