@Stability(value=Stable)
public static interface CfnTheme.SheetStyleProperty
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.*;
SheetStyleProperty sheetStyleProperty = SheetStyleProperty.builder()
.tile(TileStyleProperty.builder()
.border(BorderStyleProperty.builder()
.show(false)
.build())
.build())
.tileLayout(TileLayoutStyleProperty.builder()
.gutter(GutterStyleProperty.builder()
.show(false)
.build())
.margin(MarginStyleProperty.builder()
.show(false)
.build())
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTheme.SheetStyleProperty.Builder
A builder for
CfnTheme.SheetStyleProperty |
static class |
CfnTheme.SheetStyleProperty.Jsii$Proxy
An implementation for
CfnTheme.SheetStyleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTheme.SheetStyleProperty.Builder |
builder() |
default Object |
getTile()
The display options for tiles.
|
default Object |
getTileLayout()
The layout options for tiles.
|
@Stability(value=Stable) @Nullable default Object getTile()
@Stability(value=Stable) @Nullable default Object getTileLayout()
@Stability(value=Stable) static CfnTheme.SheetStyleProperty.Builder builder()
Copyright © 2022. All rights reserved.