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