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