Uses of Interface
software.amazon.awssdk.services.quicksight.model.ThousandSeparatorOptions.Builder
-
Packages that use ThousandSeparatorOptions.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ThousandSeparatorOptions.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ThousandSeparatorOptions.Builder Modifier and Type Method Description static ThousandSeparatorOptions.BuilderThousandSeparatorOptions. builder()ThousandSeparatorOptions.BuilderThousandSeparatorOptions.Builder. groupingStyle(String groupingStyle)Determines the way numbers are styled to accommodate different readability standards.ThousandSeparatorOptions.BuilderThousandSeparatorOptions.Builder. groupingStyle(DigitGroupingStyle groupingStyle)Determines the way numbers are styled to accommodate different readability standards.ThousandSeparatorOptions.BuilderThousandSeparatorOptions.Builder. symbol(String symbol)Determines the thousands separator symbol.ThousandSeparatorOptions.BuilderThousandSeparatorOptions.Builder. symbol(NumericSeparatorSymbol symbol)Determines the thousands separator symbol.ThousandSeparatorOptions.BuilderThousandSeparatorOptions. toBuilder()ThousandSeparatorOptions.BuilderThousandSeparatorOptions.Builder. visibility(String visibility)Determines the visibility of the thousands separator.ThousandSeparatorOptions.BuilderThousandSeparatorOptions.Builder. visibility(Visibility visibility)Determines the visibility of the thousands separator.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ThousandSeparatorOptions.Builder Modifier and Type Method Description static Class<? extends ThousandSeparatorOptions.Builder>ThousandSeparatorOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ThousandSeparatorOptions.Builder Modifier and Type Method Description default NumericSeparatorConfiguration.BuilderNumericSeparatorConfiguration.Builder. thousandsSeparator(Consumer<ThousandSeparatorOptions.Builder> thousandsSeparator)The options that determine the thousands separator configuration.
-