Interface CfnDashboardPropsMixin.GeospatialNullDataSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.GeospatialNullDataSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.GeospatialNullDataSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The properties for the visualization of null data.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.quicksight.*;
GeospatialNullDataSettingsProperty geospatialNullDataSettingsProperty = GeospatialNullDataSettingsProperty.builder()
.symbolStyle(GeospatialNullSymbolStyleProperty.builder()
.fillColor("fillColor")
.strokeColor("strokeColor")
.strokeWidth(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDashboardPropsMixin.GeospatialNullDataSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSymbolStyle
The symbol style for null data.Returns union: either
IResolvableorCfnDashboardPropsMixin.GeospatialNullSymbolStyleProperty- See Also:
-
builder
@Stability(Stable) static CfnDashboardPropsMixin.GeospatialNullDataSettingsProperty.Builder builder()
-