Class CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.GeospatialMapConfigurationProperty>
- Enclosing interface:
CfnDashboardPropsMixin.GeospatialMapConfigurationProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.GeospatialMapConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fieldWells(IResolvable fieldWells) interactions(IResolvable interactions) Sets the value ofCfnDashboardPropsMixin.GeospatialMapConfigurationProperty.getLegend()legend(IResolvable legend) Sets the value ofCfnDashboardPropsMixin.GeospatialMapConfigurationProperty.getLegend()mapStyleOptions(CfnDashboardPropsMixin.GeospatialMapStyleOptionsProperty mapStyleOptions) mapStyleOptions(IResolvable mapStyleOptions) pointStyleOptions(CfnDashboardPropsMixin.GeospatialPointStyleOptionsProperty pointStyleOptions) pointStyleOptions(IResolvable pointStyleOptions) Sets the value ofCfnDashboardPropsMixin.GeospatialMapConfigurationProperty.getTooltip()tooltip(IResolvable tooltip) Sets the value ofCfnDashboardPropsMixin.GeospatialMapConfigurationProperty.getTooltip()visualPalette(CfnDashboardPropsMixin.VisualPaletteProperty visualPalette) visualPalette(IResolvable visualPalette) windowOptions(IResolvable windowOptions)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldWells
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder fieldWells(IResolvable fieldWells) - Parameters:
fieldWells- The field wells of the visual.- Returns:
this
-
fieldWells
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder fieldWells(CfnDashboardPropsMixin.GeospatialMapFieldWellsProperty fieldWells) - Parameters:
fieldWells- The field wells of the visual.- Returns:
this
-
interactions
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder interactions(IResolvable interactions) - Parameters:
interactions- The general visual interactions setup for a visual.- Returns:
this
-
interactions
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder interactions(CfnDashboardPropsMixin.VisualInteractionOptionsProperty interactions) - Parameters:
interactions- The general visual interactions setup for a visual.- Returns:
this
-
legend
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder legend(IResolvable legend) Sets the value ofCfnDashboardPropsMixin.GeospatialMapConfigurationProperty.getLegend()- Parameters:
legend- The legend display setup of the visual.- Returns:
this
-
legend
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder legend(CfnDashboardPropsMixin.LegendOptionsProperty legend) Sets the value ofCfnDashboardPropsMixin.GeospatialMapConfigurationProperty.getLegend()- Parameters:
legend- The legend display setup of the visual.- Returns:
this
-
mapStyleOptions
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder mapStyleOptions(IResolvable mapStyleOptions) - Parameters:
mapStyleOptions- The map style options of the geospatial map.- Returns:
this
-
mapStyleOptions
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder mapStyleOptions(CfnDashboardPropsMixin.GeospatialMapStyleOptionsProperty mapStyleOptions) - Parameters:
mapStyleOptions- The map style options of the geospatial map.- Returns:
this
-
pointStyleOptions
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder pointStyleOptions(IResolvable pointStyleOptions) - Parameters:
pointStyleOptions- The point style options of the geospatial map.- Returns:
this
-
pointStyleOptions
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder pointStyleOptions(CfnDashboardPropsMixin.GeospatialPointStyleOptionsProperty pointStyleOptions) - Parameters:
pointStyleOptions- The point style options of the geospatial map.- Returns:
this
-
tooltip
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder tooltip(IResolvable tooltip) Sets the value ofCfnDashboardPropsMixin.GeospatialMapConfigurationProperty.getTooltip()- Parameters:
tooltip- The tooltip display setup of the visual.- Returns:
this
-
tooltip
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder tooltip(CfnDashboardPropsMixin.TooltipOptionsProperty tooltip) Sets the value ofCfnDashboardPropsMixin.GeospatialMapConfigurationProperty.getTooltip()- Parameters:
tooltip- The tooltip display setup of the visual.- Returns:
this
-
visualPalette
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder visualPalette(IResolvable visualPalette) - Parameters:
visualPalette- the value to be set.- Returns:
this
-
visualPalette
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder visualPalette(CfnDashboardPropsMixin.VisualPaletteProperty visualPalette) - Parameters:
visualPalette- the value to be set.- Returns:
this
-
windowOptions
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder windowOptions(IResolvable windowOptions) - Parameters:
windowOptions- The window options of the geospatial map.- Returns:
this
-
windowOptions
@Stability(Stable) public CfnDashboardPropsMixin.GeospatialMapConfigurationProperty.Builder windowOptions(CfnDashboardPropsMixin.GeospatialWindowOptionsProperty windowOptions) - Parameters:
windowOptions- The window options of the geospatial map.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.GeospatialMapConfigurationProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.GeospatialMapConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-