Interface CfnDashboardPropsMixin.GeospatialLineWidthProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.GeospatialLineWidthProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.GeospatialLineWidthProperty
extends software.amazon.jsii.JsiiSerializable
The width properties for a line.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.quicksight.mixins.*;
GeospatialLineWidthProperty geospatialLineWidthProperty = GeospatialLineWidthProperty.builder()
.lineWidth(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboardPropsMixin.GeospatialLineWidthPropertystatic final classAn implementation forCfnDashboardPropsMixin.GeospatialLineWidthProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLineWidth
The positive value for the width of a line.- See Also:
-
builder
-