@Stability(value=Stable)
public static interface CfnTheme.BorderStyleProperty
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.*;
BorderStyleProperty borderStyleProperty = BorderStyleProperty.builder()
.show(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTheme.BorderStyleProperty.Builder
A builder for
CfnTheme.BorderStyleProperty |
static class |
CfnTheme.BorderStyleProperty.Jsii$Proxy
An implementation for
CfnTheme.BorderStyleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTheme.BorderStyleProperty.Builder |
builder() |
default Object |
getShow()
The option to enable display of borders for visuals.
|
@Stability(value=Stable) @Nullable default Object getShow()
@Stability(value=Stable) static CfnTheme.BorderStyleProperty.Builder builder()
Copyright © 2022. All rights reserved.