public static interface CfnTheme.GutterStyleProperty
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 java.lang.Object |
getShow()
This Boolean value controls whether to display a gutter space between sheet tiles.
|
default java.lang.Object getShow()
static CfnTheme.GutterStyleProperty.Builder builder()