Class CfnAnalysisPropsMixin.GeospatialPointStyleOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.GeospatialPointStyleOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.GeospatialPointStyleOptionsProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.GeospatialPointStyleOptionsProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.GeospatialPointStyleOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.GeospatialPointStyleOptionsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.clusterMarkerConfiguration(CfnAnalysisPropsMixin.ClusterMarkerConfigurationProperty clusterMarkerConfiguration) clusterMarkerConfiguration(IResolvable clusterMarkerConfiguration) heatmapConfiguration(CfnAnalysisPropsMixin.GeospatialHeatmapConfigurationProperty heatmapConfiguration) heatmapConfiguration(IResolvable heatmapConfiguration) selectedPointStyle(String selectedPointStyle)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clusterMarkerConfiguration
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialPointStyleOptionsProperty.Builder clusterMarkerConfiguration(IResolvable clusterMarkerConfiguration) Sets the value ofCfnAnalysisPropsMixin.GeospatialPointStyleOptionsProperty.getClusterMarkerConfiguration()- Parameters:
clusterMarkerConfiguration- The cluster marker configuration of the geospatial point style.- Returns:
this
-
clusterMarkerConfiguration
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialPointStyleOptionsProperty.Builder clusterMarkerConfiguration(CfnAnalysisPropsMixin.ClusterMarkerConfigurationProperty clusterMarkerConfiguration) Sets the value ofCfnAnalysisPropsMixin.GeospatialPointStyleOptionsProperty.getClusterMarkerConfiguration()- Parameters:
clusterMarkerConfiguration- The cluster marker configuration of the geospatial point style.- Returns:
this
-
heatmapConfiguration
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialPointStyleOptionsProperty.Builder heatmapConfiguration(IResolvable heatmapConfiguration) Sets the value ofCfnAnalysisPropsMixin.GeospatialPointStyleOptionsProperty.getHeatmapConfiguration()- Parameters:
heatmapConfiguration- The heatmap configuration of the geospatial point style.- Returns:
this
-
heatmapConfiguration
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialPointStyleOptionsProperty.Builder heatmapConfiguration(CfnAnalysisPropsMixin.GeospatialHeatmapConfigurationProperty heatmapConfiguration) Sets the value ofCfnAnalysisPropsMixin.GeospatialPointStyleOptionsProperty.getHeatmapConfiguration()- Parameters:
heatmapConfiguration- The heatmap configuration of the geospatial point style.- Returns:
this
-
selectedPointStyle
@Stability(Stable) public CfnAnalysisPropsMixin.GeospatialPointStyleOptionsProperty.Builder selectedPointStyle(String selectedPointStyle) - Parameters:
selectedPointStyle- The selected point styles (point, cluster) of the geospatial map.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.GeospatialPointStyleOptionsProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.GeospatialPointStyleOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-