Interface CfnTemplate.ThousandSeparatorOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.ThousandSeparatorOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.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()
.groupingStyle("groupingStyle")
.symbol("symbol")
.visibility("visibility")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.ThousandSeparatorOptionsPropertystatic final classAn implementation forCfnTemplate.ThousandSeparatorOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupingStyle
Determines the way numbers are styled to accommodate different readability standards.The
DEFAULTvalue uses the standard international grouping system and groups numbers by the thousands. TheLAKHSvalue uses the Indian numbering system and groups numbers by lakhs and crores.- See Also:
-
getSymbol
Determines the thousands separator symbol.- See Also:
-
getVisibility
Determines the visibility of the thousands separator.- See Also:
-
builder
-