Interface CfnThemePropsMixin.TileStyleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnThemePropsMixin.TileStyleProperty.Jsii$Proxy
- Enclosing class:
CfnThemePropsMixin
@Stability(Stable)
public static interface CfnThemePropsMixin.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.cfnpropertymixins.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 forCfnThemePropsMixin.TileStylePropertystatic final classAn implementation forCfnThemePropsMixin.TileStyleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBorder
The border around a tile.Returns union: either
IResolvableorCfnThemePropsMixin.BorderStyleProperty- See Also:
-
builder
-