Class CfnDashboard.GeospatialWindowOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.GeospatialWindowOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.GeospatialWindowOptionsProperty>
- Enclosing interface:
CfnDashboard.GeospatialWindowOptionsProperty
@Stability(Stable)
public static final class CfnDashboard.GeospatialWindowOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.GeospatialWindowOptionsProperty>
A builder for
CfnDashboard.GeospatialWindowOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbounds(IResolvable bounds) Sets the value ofCfnDashboard.GeospatialWindowOptionsProperty.getBounds()Sets the value ofCfnDashboard.GeospatialWindowOptionsProperty.getBounds()build()Builds the configured instance.mapZoomMode(String mapZoomMode) Sets the value ofCfnDashboard.GeospatialWindowOptionsProperty.getMapZoomMode()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bounds
@Stability(Stable) public CfnDashboard.GeospatialWindowOptionsProperty.Builder bounds(IResolvable bounds) Sets the value ofCfnDashboard.GeospatialWindowOptionsProperty.getBounds()- Parameters:
bounds- The bounds options (north, south, west, east) of the geospatial window options.- Returns:
this
-
bounds
@Stability(Stable) public CfnDashboard.GeospatialWindowOptionsProperty.Builder bounds(CfnDashboard.GeospatialCoordinateBoundsProperty bounds) Sets the value ofCfnDashboard.GeospatialWindowOptionsProperty.getBounds()- Parameters:
bounds- The bounds options (north, south, west, east) of the geospatial window options.- Returns:
this
-
mapZoomMode
@Stability(Stable) public CfnDashboard.GeospatialWindowOptionsProperty.Builder mapZoomMode(String mapZoomMode) Sets the value ofCfnDashboard.GeospatialWindowOptionsProperty.getMapZoomMode()- Parameters:
mapZoomMode- The map zoom modes (manual, auto) of the geospatial window options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.GeospatialWindowOptionsProperty>- Returns:
- a new instance of
CfnDashboard.GeospatialWindowOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-