Interface CfnTheme.BorderStyleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTheme.BorderStyleProperty.Jsii$Proxy
- Enclosing class:
CfnTheme
@Stability(Stable)
public static interface CfnTheme.BorderStyleProperty
extends software.amazon.jsii.JsiiSerializable
The display options for tile borders for visuals.
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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTheme.BorderStylePropertystatic final classAn implementation forCfnTheme.BorderStyleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getShow
The option to enable display of borders for visuals.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-