Interface CfnTheme.TileStyleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTheme.TileStyleProperty.Jsii$Proxy
- Enclosing class:
CfnTheme
@Stability(Stable)
public static interface CfnTheme.TileStyleProperty
extends software.amazon.jsii.JsiiSerializable
Display options related to tiles on a sheet.
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.*; TileStyleProperty tileStyleProperty = TileStyleProperty.builder() .border(BorderStyleProperty.builder() .show(false) .build()) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTheme.TileStyleProperty
static final class
An implementation forCfnTheme.TileStyleProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBorder
The border around a tile.- See Also:
-
builder
- Returns:
- a
CfnTheme.TileStyleProperty.Builder
ofCfnTheme.TileStyleProperty
-