@Stability(value=Stable)
public static interface CfnTheme.TileStyleProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTheme.TileStyleProperty.Builder
A builder for
CfnTheme.TileStyleProperty |
static class |
CfnTheme.TileStyleProperty.Jsii$Proxy
An implementation for
CfnTheme.TileStyleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTheme.TileStyleProperty.Builder |
builder() |
default Object |
getBorder()
The border around a tile.
|
@Stability(value=Stable) @Nullable default Object getBorder()
@Stability(value=Stable) static CfnTheme.TileStyleProperty.Builder builder()
CfnTheme.TileStyleProperty.Builder of CfnTheme.TileStylePropertyCopyright © 2022. All rights reserved.