Class CfnDashboard.LayerMapVisualProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.LayerMapVisualProperty.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<CfnDashboard.LayerMapVisualProperty>
- Enclosing interface:
 CfnDashboard.LayerMapVisualProperty
@Stability(Stable)
public static final class CfnDashboard.LayerMapVisualProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.LayerMapVisualProperty>
A builder for 
CfnDashboard.LayerMapVisualProperty- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.chartConfiguration(IResolvable chartConfiguration) Sets the value ofCfnDashboard.LayerMapVisualProperty.getChartConfiguration()chartConfiguration(CfnDashboard.GeospatialLayerMapConfigurationProperty chartConfiguration) Sets the value ofCfnDashboard.LayerMapVisualProperty.getChartConfiguration()dataSetIdentifier(String dataSetIdentifier) Sets the value ofCfnDashboard.LayerMapVisualProperty.getDataSetIdentifier()subtitle(IResolvable subtitle) Sets the value ofCfnDashboard.LayerMapVisualProperty.getSubtitle()Sets the value ofCfnDashboard.LayerMapVisualProperty.getSubtitle()title(IResolvable title) Sets the value ofCfnDashboard.LayerMapVisualProperty.getTitle()Sets the value ofCfnDashboard.LayerMapVisualProperty.getTitle()visualContentAltText(String visualContentAltText) Sets the value ofCfnDashboard.LayerMapVisualProperty.getVisualContentAltText()Sets the value ofCfnDashboard.LayerMapVisualProperty.getVisualId() 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
dataSetIdentifier
@Stability(Stable) public CfnDashboard.LayerMapVisualProperty.Builder dataSetIdentifier(String dataSetIdentifier) Sets the value ofCfnDashboard.LayerMapVisualProperty.getDataSetIdentifier()- Parameters:
 dataSetIdentifier- The dataset that is used to create the layer map visual. This parameter is required. You can't create a visual without a dataset.- Returns:
 this
 - 
visualId
Sets the value ofCfnDashboard.LayerMapVisualProperty.getVisualId()- Parameters:
 visualId- The ID of the visual. This parameter is required.- Returns:
 this
 - 
chartConfiguration
@Stability(Stable) public CfnDashboard.LayerMapVisualProperty.Builder chartConfiguration(IResolvable chartConfiguration) Sets the value ofCfnDashboard.LayerMapVisualProperty.getChartConfiguration()- Parameters:
 chartConfiguration- The configuration settings of the visual.- Returns:
 this
 - 
chartConfiguration
@Stability(Stable) public CfnDashboard.LayerMapVisualProperty.Builder chartConfiguration(CfnDashboard.GeospatialLayerMapConfigurationProperty chartConfiguration) Sets the value ofCfnDashboard.LayerMapVisualProperty.getChartConfiguration()- Parameters:
 chartConfiguration- The configuration settings of the visual.- Returns:
 this
 - 
subtitle
@Stability(Stable) public CfnDashboard.LayerMapVisualProperty.Builder subtitle(IResolvable subtitle) Sets the value ofCfnDashboard.LayerMapVisualProperty.getSubtitle()- Parameters:
 subtitle- the value to be set.- Returns:
 this
 - 
subtitle
@Stability(Stable) public CfnDashboard.LayerMapVisualProperty.Builder subtitle(CfnDashboard.VisualSubtitleLabelOptionsProperty subtitle) Sets the value ofCfnDashboard.LayerMapVisualProperty.getSubtitle()- Parameters:
 subtitle- the value to be set.- Returns:
 this
 - 
title
Sets the value ofCfnDashboard.LayerMapVisualProperty.getTitle()- Parameters:
 title- the value to be set.- Returns:
 this
 - 
title
@Stability(Stable) public CfnDashboard.LayerMapVisualProperty.Builder title(CfnDashboard.VisualTitleLabelOptionsProperty title) Sets the value ofCfnDashboard.LayerMapVisualProperty.getTitle()- Parameters:
 title- the value to be set.- Returns:
 this
 - 
visualContentAltText
@Stability(Stable) public CfnDashboard.LayerMapVisualProperty.Builder visualContentAltText(String visualContentAltText) Sets the value ofCfnDashboard.LayerMapVisualProperty.getVisualContentAltText()- Parameters:
 visualContentAltText- The alt text for the visual.- Returns:
 this
 - 
build
Builds the configured instance.- Specified by:
 buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.LayerMapVisualProperty>- Returns:
 - a new instance of 
CfnDashboard.LayerMapVisualProperty - Throws:
 NullPointerException- if any required attribute was not provided
 
 -