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