Interface GeospatialMapStyle.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GeospatialMapStyle.Builder,
,GeospatialMapStyle> SdkBuilder<GeospatialMapStyle.Builder,
,GeospatialMapStyle> SdkPojo
- Enclosing class:
GeospatialMapStyle
@Mutable
@NotThreadSafe
public static interface GeospatialMapStyle.Builder
extends SdkPojo, CopyableBuilder<GeospatialMapStyle.Builder,GeospatialMapStyle>
-
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor
(String backgroundColor) The background color and opacity values for a map.baseMapStyle
(String baseMapStyle) The selected base map style.baseMapStyle
(BaseMapStyleType baseMapStyle) The selected base map style.baseMapVisibility
(String baseMapVisibility) The state of visibility for the base map.baseMapVisibility
(Visibility baseMapVisibility) The state of visibility for the base 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 selected base map style.
- Parameters:
baseMapStyle
- The selected base map style.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
baseMapStyle
The selected base map style.
- Parameters:
baseMapStyle
- The selected base map style.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
backgroundColor
The background color and opacity values for a map.
- Parameters:
backgroundColor
- The background color and opacity values for a map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baseMapVisibility
The state of visibility for the base map.
- Parameters:
baseMapVisibility
- The state of visibility for the base map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
baseMapVisibility
The state of visibility for the base map.
- Parameters:
baseMapVisibility
- The state of visibility for the base map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-