Class CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.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 CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty.Builder interactions(IResolvable interactions) - Parameters:
interactions- the value to be set.- Returns:
this
-
interactions
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty.Builder interactions(CfnAnalysisPropsMixin.VisualInteractionOptionsProperty interactions) - Parameters:
interactions- the value to be set.- Returns:
this
-
legend
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty.Builder legend(IResolvable legend) - Parameters:
legend- the value to be set.- Returns:
this
-
legend
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty.Builder legend(CfnAnalysisPropsMixin.LegendOptionsProperty legend) - Parameters:
legend- the value to be set.- Returns:
this
-
mapLayers
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty.Builder mapLayers(IResolvable mapLayers) - Parameters:
mapLayers- The geospatial layers to visualize on the map.- Returns:
this
-
mapLayers
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty.Builder mapLayers(List<? extends Object> mapLayers) - Parameters:
mapLayers- The geospatial layers to visualize on the map.- Returns:
this
-
mapState
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty.Builder mapState(IResolvable mapState) - Parameters:
mapState- The map state properties for the map.- Returns:
this
-
mapState
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty.Builder mapState(CfnAnalysisPropsMixin.GeospatialMapStateProperty mapState) - Parameters:
mapState- The map state properties for the map.- Returns:
this
-
mapStyle
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty.Builder mapStyle(IResolvable mapStyle) - Parameters:
mapStyle- The map style properties for the map.- Returns:
this
-
mapStyle
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty.Builder mapStyle(CfnAnalysisPropsMixin.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<CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.GeospatialLayerMapConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-