| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static ThousandSeparatorOptions.Builder |
ThousandSeparatorOptions.builder() |
ThousandSeparatorOptions.Builder |
ThousandSeparatorOptions.Builder.symbol(NumericSeparatorSymbol symbol)
Determines the thousands separator symbol.
|
ThousandSeparatorOptions.Builder |
ThousandSeparatorOptions.Builder.symbol(String symbol)
Determines the thousands separator symbol.
|
ThousandSeparatorOptions.Builder |
ThousandSeparatorOptions.toBuilder() |
ThousandSeparatorOptions.Builder |
ThousandSeparatorOptions.Builder.visibility(String visibility)
Determines the visibility of the thousands separator.
|
ThousandSeparatorOptions.Builder |
ThousandSeparatorOptions.Builder.visibility(Visibility visibility)
Determines the visibility of the thousands separator.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ThousandSeparatorOptions.Builder> |
ThousandSeparatorOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default NumericSeparatorConfiguration.Builder |
NumericSeparatorConfiguration.Builder.thousandsSeparator(Consumer<ThousandSeparatorOptions.Builder> thousandsSeparator)
The options that determine the thousands separator configuration.
|
Copyright © 2023. All rights reserved.