Interface GeospatialMapStyle.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<GeospatialMapStyle.Builder,GeospatialMapStyle>
,SdkBuilder<GeospatialMapStyle.Builder,GeospatialMapStyle>
,SdkPojo
- Enclosing class:
- GeospatialMapStyle
public static interface GeospatialMapStyle.Builder extends SdkPojo, CopyableBuilder<GeospatialMapStyle.Builder,GeospatialMapStyle>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeospatialMapStyle.Builder
backgroundColor(String backgroundColor)
The background color and opacity values for a map.GeospatialMapStyle.Builder
baseMapStyle(String baseMapStyle)
The selected base map style.GeospatialMapStyle.Builder
baseMapStyle(BaseMapStyleType baseMapStyle)
The selected base map style.GeospatialMapStyle.Builder
baseMapVisibility(String baseMapVisibility)
The state of visibility for the base map.GeospatialMapStyle.Builder
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 Detail
-
baseMapStyle
GeospatialMapStyle.Builder baseMapStyle(String 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:
BaseMapStyleType
,BaseMapStyleType
-
baseMapStyle
GeospatialMapStyle.Builder baseMapStyle(BaseMapStyleType 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:
BaseMapStyleType
,BaseMapStyleType
-
backgroundColor
GeospatialMapStyle.Builder backgroundColor(String 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
GeospatialMapStyle.Builder baseMapVisibility(String 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:
Visibility
,Visibility
-
baseMapVisibility
GeospatialMapStyle.Builder baseMapVisibility(Visibility 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:
Visibility
,Visibility
-
-