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