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