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