Interface CfnTemplate.FilledMapConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.FilledMapConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.FilledMapConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for a
FilledMapVisual
.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.FilledMapConfigurationProperty
static final class
An implementation forCfnTemplate.FilledMapConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The field wells of the visual.default Object
The legend display setup of the visual.default Object
The map style options of the filled map visual.default Object
The sort configuration of aFilledMapVisual
.default Object
The tooltip display setup of the visual.default Object
The window options of the filled map visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldWells
The field wells of the visual.- See Also:
-
getLegend
The legend display setup of the visual.- See Also:
-
getMapStyleOptions
The map style options of the filled map visual.- See Also:
-
getSortConfiguration
The sort configuration of aFilledMapVisual
.- See Also:
-
getTooltip
The tooltip display setup of the visual.- See Also:
-
getWindowOptions
The window options of the filled map visual.- See Also:
-
builder
-