Class CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty>
- Enclosing interface:
CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.interactions(IResolvable interactions) legend(IResolvable legend) mapLayers(IResolvable mapLayers) mapState(IResolvable mapState) mapStyle(IResolvable mapStyle)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
interactions
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty.Builder interactions(IResolvable interactions) - Parameters:
interactions- the value to be set.- Returns:
this
-
interactions
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty.Builder interactions(CfnDashboardPropsMixin.VisualInteractionOptionsProperty interactions) - Parameters:
interactions- the value to be set.- Returns:
this
-
legend
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty.Builder legend(IResolvable legend) - Parameters:
legend- the value to be set.- Returns:
this
-
legend
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty.Builder legend(CfnDashboardPropsMixin.LegendOptionsProperty legend) - Parameters:
legend- the value to be set.- Returns:
this
-
mapLayers
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty.Builder mapLayers(IResolvable mapLayers) - Parameters:
mapLayers- The geospatial layers to visualize on the map.- Returns:
this
-
mapLayers
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty.Builder mapLayers(List<? extends Object> mapLayers) - Parameters:
mapLayers- The geospatial layers to visualize on the map.- Returns:
this
-
mapState
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty.Builder mapState(IResolvable mapState) - Parameters:
mapState- The map state properties for the map.- Returns:
this
-
mapState
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty.Builder mapState(CfnDashboardPropsMixin.GeospatialMapStateProperty mapState) - Parameters:
mapState- The map state properties for the map.- Returns:
this
-
mapStyle
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty.Builder mapStyle(IResolvable mapStyle) - Parameters:
mapStyle- The map style properties for the map.- Returns:
this
-
mapStyle
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty.Builder mapStyle(CfnDashboardPropsMixin.GeospatialMapStyleProperty mapStyle) - Parameters:
mapStyle- The map style properties for the map.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.GeospatialLayerMapConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-