Interface CfnDashboard.TableBorderOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.TableBorderOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.TableBorderOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The border options for a table border.
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.*; TableBorderOptionsProperty tableBorderOptionsProperty = TableBorderOptionsProperty.builder() .color("color") .style("style") .thickness(123) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.TableBorderOptionsProperty
static final class
An implementation forCfnDashboard.TableBorderOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColor
The color of a table border. -
getStyle
The style (none, solid) of a table border. -
getThickness
The thickness of a table border. -
builder
-