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