Class CfnDashboardPropsMixin.GeospatialMapStateProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.GeospatialMapStateProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.GeospatialMapStateProperty>
- Enclosing interface:
CfnDashboardPropsMixin.GeospatialMapStateProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.GeospatialMapStateProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.GeospatialMapStateProperty>
A builder for
CfnDashboardPropsMixin.GeospatialMapStateProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnDashboardPropsMixin.GeospatialMapStateProperty.getBounds()bounds(IResolvable bounds) Sets the value ofCfnDashboardPropsMixin.GeospatialMapStateProperty.getBounds()build()Builds the configured instance.mapNavigation(String mapNavigation) Sets the value ofCfnDashboardPropsMixin.GeospatialMapStateProperty.getMapNavigation()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bounds
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialMapStateProperty.Builder bounds(IResolvable bounds) Sets the value ofCfnDashboardPropsMixin.GeospatialMapStateProperty.getBounds()- Parameters:
bounds- the value to be set.- Returns:
this
-
bounds
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialMapStateProperty.Builder bounds(CfnDashboardPropsMixin.GeospatialCoordinateBoundsProperty bounds) Sets the value ofCfnDashboardPropsMixin.GeospatialMapStateProperty.getBounds()- Parameters:
bounds- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.GeospatialMapStateProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.GeospatialMapStateProperty - Throws:
NullPointerException- if any required attribute was not provided
-