Class CfnDashboard.GeospatialMapStyleOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.GeospatialMapStyleOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.GeospatialMapStyleOptionsProperty>
- Enclosing interface:
CfnDashboard.GeospatialMapStyleOptionsProperty
@Stability(Stable)
public static final class CfnDashboard.GeospatialMapStyleOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.GeospatialMapStyleOptionsProperty>
A builder for
CfnDashboard.GeospatialMapStyleOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbaseMapStyle(String baseMapStyle) Sets the value ofCfnDashboard.GeospatialMapStyleOptionsProperty.getBaseMapStyle()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
baseMapStyle
@Stability(Stable) public CfnDashboard.GeospatialMapStyleOptionsProperty.Builder baseMapStyle(String baseMapStyle) Sets the value ofCfnDashboard.GeospatialMapStyleOptionsProperty.getBaseMapStyle()- Parameters:
baseMapStyle- The base map style of the geospatial map.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.GeospatialMapStyleOptionsProperty>- Returns:
- a new instance of
CfnDashboard.GeospatialMapStyleOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-