Uses of Interface
software.amazon.awssdk.services.quicksight.model.NumericSeparatorConfiguration.Builder
-
Packages that use NumericSeparatorConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of NumericSeparatorConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return NumericSeparatorConfiguration.Builder Modifier and Type Method Description static NumericSeparatorConfiguration.BuilderNumericSeparatorConfiguration. builder()NumericSeparatorConfiguration.BuilderNumericSeparatorConfiguration.Builder. decimalSeparator(String decimalSeparator)Determines the decimal separator.NumericSeparatorConfiguration.BuilderNumericSeparatorConfiguration.Builder. decimalSeparator(NumericSeparatorSymbol decimalSeparator)Determines the decimal separator.default NumericSeparatorConfiguration.BuilderNumericSeparatorConfiguration.Builder. thousandsSeparator(Consumer<ThousandSeparatorOptions.Builder> thousandsSeparator)The options that determine the thousands separator configuration.NumericSeparatorConfiguration.BuilderNumericSeparatorConfiguration.Builder. thousandsSeparator(ThousandSeparatorOptions thousandsSeparator)The options that determine the thousands separator configuration.NumericSeparatorConfiguration.BuilderNumericSeparatorConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type NumericSeparatorConfiguration.Builder Modifier and Type Method Description static Class<? extends NumericSeparatorConfiguration.Builder>NumericSeparatorConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type NumericSeparatorConfiguration.Builder Modifier and Type Method Description default CurrencyDisplayFormatConfiguration.BuilderCurrencyDisplayFormatConfiguration.Builder. separatorConfiguration(Consumer<NumericSeparatorConfiguration.Builder> separatorConfiguration)The options that determine the numeric separator configuration.default NumberDisplayFormatConfiguration.BuilderNumberDisplayFormatConfiguration.Builder. separatorConfiguration(Consumer<NumericSeparatorConfiguration.Builder> separatorConfiguration)The options that determine the numeric separator configuration.default PercentageDisplayFormatConfiguration.BuilderPercentageDisplayFormatConfiguration.Builder. separatorConfiguration(Consumer<NumericSeparatorConfiguration.Builder> separatorConfiguration)The options that determine the numeric separator configuration.
-