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