@Stability(value=Stable)
public static interface CfnTheme.GutterStyleProperty
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.*;
GutterStyleProperty gutterStyleProperty = GutterStyleProperty.builder()
.show(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTheme.GutterStyleProperty.Builder
A builder for
CfnTheme.GutterStyleProperty |
static class |
CfnTheme.GutterStyleProperty.Jsii$Proxy
An implementation for
CfnTheme.GutterStyleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTheme.GutterStyleProperty.Builder |
builder() |
default Object |
getShow()
This Boolean value controls whether to display a gutter space between sheet tiles.
|
@Stability(value=Stable) @Nullable default Object getShow()
@Stability(value=Stable) static CfnTheme.GutterStyleProperty.Builder builder()
Copyright © 2022. All rights reserved.