Interface CfnAnalysis.ThousandSeparatorOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.ThousandSeparatorOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.ThousandSeparatorOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The options that determine the thousands separator configuration.
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.*; ThousandSeparatorOptionsProperty thousandSeparatorOptionsProperty = ThousandSeparatorOptionsProperty.builder() .symbol("symbol") .visibility("visibility") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.ThousandSeparatorOptionsProperty
static final class
An implementation forCfnAnalysis.ThousandSeparatorOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSymbol
Determines the thousands separator symbol. -
getVisibility
Determines the visibility of the thousands separator. -
builder
-