Class CfnTemplate.GeospatialMapStyleOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.GeospatialMapStyleOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.GeospatialMapStyleOptionsProperty>
- Enclosing interface:
CfnTemplate.GeospatialMapStyleOptionsProperty
@Stability(Stable)
public static final class CfnTemplate.GeospatialMapStyleOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.GeospatialMapStyleOptionsProperty>
A builder for
CfnTemplate.GeospatialMapStyleOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbaseMapStyle(String baseMapStyle) Sets the value ofCfnTemplate.GeospatialMapStyleOptionsProperty.getBaseMapStyle()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
baseMapStyle
@Stability(Stable) public CfnTemplate.GeospatialMapStyleOptionsProperty.Builder baseMapStyle(String baseMapStyle) Sets the value ofCfnTemplate.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<CfnTemplate.GeospatialMapStyleOptionsProperty>- Returns:
- a new instance of
CfnTemplate.GeospatialMapStyleOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-