Interface ThousandSeparatorOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ThousandSeparatorOptions.Builder,
,ThousandSeparatorOptions> SdkBuilder<ThousandSeparatorOptions.Builder,
,ThousandSeparatorOptions> SdkPojo
- Enclosing class:
ThousandSeparatorOptions
public static interface ThousandSeparatorOptions.Builder
extends SdkPojo, CopyableBuilder<ThousandSeparatorOptions.Builder,ThousandSeparatorOptions>
-
Method Summary
Modifier and TypeMethodDescriptionDetermines 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, 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:
-