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