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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTheme.TileStylePropertystatic final classAn implementation forCfnTheme.TileStyleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBorder
The border around a tile.Returns union: either
IResolvableorCfnTheme.BorderStyleProperty- See Also:
-
builder
- Returns:
- a
CfnTheme.TileStyleProperty.BuilderofCfnTheme.TileStyleProperty
-