Interface CfnAnalysis.LayerMapVisualProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.LayerMapVisualProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.LayerMapVisualProperty
extends software.amazon.jsii.JsiiSerializable
A layer map visual.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.LayerMapVisualPropertystatic final classAn implementation forCfnAnalysis.LayerMapVisualProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe configuration settings of the visual.The dataset that is used to create the layer map visual.default ObjectReturns union: eitherIResolvableorCfnAnalysis.VisualSubtitleLabelOptionsPropertydefault ObjectgetTitle()Returns union: eitherIResolvableorCfnAnalysis.VisualTitleLabelOptionsPropertydefault StringThe alt text for the visual.The ID of the visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataSetIdentifier
The dataset that is used to create the layer map visual.You can't create a visual without a dataset.
- See Also:
-
getVisualId
The ID of the visual.- See Also:
-
getChartConfiguration
The configuration settings of the visual.Returns union: either
IResolvableorCfnAnalysis.GeospatialLayerMapConfigurationProperty- See Also:
-
getSubtitle
Returns union: eitherIResolvableorCfnAnalysis.VisualSubtitleLabelOptionsProperty- See Also:
-
getTitle
Returns union: eitherIResolvableorCfnAnalysis.VisualTitleLabelOptionsProperty- See Also:
-
getVisualContentAltText
The alt text for the visual.- See Also:
-
builder
-