Interface CfnAnalysis.GeospatialNullDataSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.GeospatialNullDataSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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.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 classA builder forCfnAnalysis.GeospatialNullDataSettingsPropertystatic final classAn implementation forCfnAnalysis.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
IResolvableorCfnAnalysis.GeospatialNullSymbolStyleProperty- See Also:
-
builder
-