Interface ThousandSeparatorOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ThousandSeparatorOptions.Builder,
,ThousandSeparatorOptions> SdkBuilder<ThousandSeparatorOptions.Builder,
,ThousandSeparatorOptions> SdkPojo
- Enclosing class:
ThousandSeparatorOptions
-
Method Summary
Modifier and TypeMethodDescriptiongroupingStyle
(String groupingStyle) Determines the way numbers are styled to accommodate different readability standards.groupingStyle
(DigitGroupingStyle groupingStyle) Determines the way numbers are styled to accommodate different readability standards.Determines the thousands separator symbol.symbol
(NumericSeparatorSymbol symbol) Determines the thousands separator symbol.visibility
(String visibility) Determines the visibility of the thousands separator.visibility
(Visibility visibility) Determines the visibility of the thousands separator.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
symbol
Determines the thousands separator symbol.
- Parameters:
symbol
- Determines the thousands separator symbol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
symbol
Determines the thousands separator symbol.
- Parameters:
symbol
- Determines the thousands separator symbol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
Determines the visibility of the thousands separator.
- Parameters:
visibility
- Determines the visibility of the thousands separator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
Determines the visibility of the thousands separator.
- Parameters:
visibility
- Determines the visibility of the thousands separator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
groupingStyle
Determines the way numbers are styled to accommodate different readability standards. The
DEFAULT
value uses the standard international grouping system and groups numbers by the thousands. TheLAKHS
value uses the Indian numbering system and groups numbers by lakhs and crores.- Parameters:
groupingStyle
- Determines the way numbers are styled to accommodate different readability standards. TheDEFAULT
value uses the standard international grouping system and groups numbers by the thousands. TheLAKHS
value uses the Indian numbering system and groups numbers by lakhs and crores.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
groupingStyle
Determines the way numbers are styled to accommodate different readability standards. The
DEFAULT
value uses the standard international grouping system and groups numbers by the thousands. TheLAKHS
value uses the Indian numbering system and groups numbers by lakhs and crores.- Parameters:
groupingStyle
- Determines the way numbers are styled to accommodate different readability standards. TheDEFAULT
value uses the standard international grouping system and groups numbers by the thousands. TheLAKHS
value uses the Indian numbering system and groups numbers by lakhs and crores.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-