Interface NumberDisplayFormatConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NumberDisplayFormatConfiguration.Builder,
,NumberDisplayFormatConfiguration> SdkBuilder<NumberDisplayFormatConfiguration.Builder,
,NumberDisplayFormatConfiguration> SdkPojo
- Enclosing class:
NumberDisplayFormatConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiondecimalPlacesConfiguration
(Consumer<DecimalPlacesConfiguration.Builder> decimalPlacesConfiguration) The option that determines the decimal places configuration.decimalPlacesConfiguration
(DecimalPlacesConfiguration decimalPlacesConfiguration) The option that determines the decimal places configuration.negativeValueConfiguration
(Consumer<NegativeValueConfiguration.Builder> negativeValueConfiguration) The options that determine the negative value configuration.negativeValueConfiguration
(NegativeValueConfiguration negativeValueConfiguration) The options that determine the negative value configuration.nullValueFormatConfiguration
(Consumer<NullValueFormatConfiguration.Builder> nullValueFormatConfiguration) The options that determine the null value format configuration.nullValueFormatConfiguration
(NullValueFormatConfiguration nullValueFormatConfiguration) The options that determine the null value format configuration.numberScale
(String numberScale) Determines the number scale value of the number format.numberScale
(NumberScale numberScale) Determines the number scale value of the number format.Determines the prefix value of the number format.separatorConfiguration
(Consumer<NumericSeparatorConfiguration.Builder> separatorConfiguration) The options that determine the numeric separator configuration.separatorConfiguration
(NumericSeparatorConfiguration separatorConfiguration) The options that determine the numeric separator configuration.Determines the suffix value of the number format.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
-
prefix
Determines the prefix value of the number format.
- Parameters:
prefix
- Determines the prefix value of the number format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suffix
Determines the suffix value of the number format.
- Parameters:
suffix
- Determines the suffix value of the number format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
separatorConfiguration
NumberDisplayFormatConfiguration.Builder separatorConfiguration(NumericSeparatorConfiguration separatorConfiguration) The options that determine the numeric separator configuration.
- Parameters:
separatorConfiguration
- The options that determine the numeric separator configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
separatorConfiguration
default NumberDisplayFormatConfiguration.Builder separatorConfiguration(Consumer<NumericSeparatorConfiguration.Builder> separatorConfiguration) The options that determine the numeric separator configuration.
This is a convenience method that creates an instance of theNumericSeparatorConfiguration.Builder
avoiding the need to create one manually viaNumericSeparatorConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toseparatorConfiguration(NumericSeparatorConfiguration)
.- Parameters:
separatorConfiguration
- a consumer that will call methods onNumericSeparatorConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
decimalPlacesConfiguration
NumberDisplayFormatConfiguration.Builder decimalPlacesConfiguration(DecimalPlacesConfiguration decimalPlacesConfiguration) The option that determines the decimal places configuration.
- Parameters:
decimalPlacesConfiguration
- The option that determines the decimal places configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
decimalPlacesConfiguration
default NumberDisplayFormatConfiguration.Builder decimalPlacesConfiguration(Consumer<DecimalPlacesConfiguration.Builder> decimalPlacesConfiguration) The option that determines the decimal places configuration.
This is a convenience method that creates an instance of theDecimalPlacesConfiguration.Builder
avoiding the need to create one manually viaDecimalPlacesConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todecimalPlacesConfiguration(DecimalPlacesConfiguration)
.- Parameters:
decimalPlacesConfiguration
- a consumer that will call methods onDecimalPlacesConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
numberScale
Determines the number scale value of the number format.
- Parameters:
numberScale
- Determines the number scale value of the number format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
numberScale
Determines the number scale value of the number format.
- Parameters:
numberScale
- Determines the number scale value of the number format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
negativeValueConfiguration
NumberDisplayFormatConfiguration.Builder negativeValueConfiguration(NegativeValueConfiguration negativeValueConfiguration) The options that determine the negative value configuration.
- Parameters:
negativeValueConfiguration
- The options that determine the negative value configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
negativeValueConfiguration
default NumberDisplayFormatConfiguration.Builder negativeValueConfiguration(Consumer<NegativeValueConfiguration.Builder> negativeValueConfiguration) The options that determine the negative value configuration.
This is a convenience method that creates an instance of theNegativeValueConfiguration.Builder
avoiding the need to create one manually viaNegativeValueConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonegativeValueConfiguration(NegativeValueConfiguration)
.- Parameters:
negativeValueConfiguration
- a consumer that will call methods onNegativeValueConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nullValueFormatConfiguration
NumberDisplayFormatConfiguration.Builder nullValueFormatConfiguration(NullValueFormatConfiguration nullValueFormatConfiguration) The options that determine the null value format configuration.
- Parameters:
nullValueFormatConfiguration
- The options that determine the null value format configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nullValueFormatConfiguration
default NumberDisplayFormatConfiguration.Builder nullValueFormatConfiguration(Consumer<NullValueFormatConfiguration.Builder> nullValueFormatConfiguration) The options that determine the null value format configuration.
This is a convenience method that creates an instance of theNullValueFormatConfiguration.Builder
avoiding the need to create one manually viaNullValueFormatConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonullValueFormatConfiguration(NullValueFormatConfiguration)
.- Parameters:
nullValueFormatConfiguration
- a consumer that will call methods onNullValueFormatConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-