Interface NumberDisplayFormatConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NumberDisplayFormatConfiguration.Builder,NumberDisplayFormatConfiguration>,SdkBuilder<NumberDisplayFormatConfiguration.Builder,NumberDisplayFormatConfiguration>,SdkPojo
- Enclosing class:
- NumberDisplayFormatConfiguration
@Mutable @NotThreadSafe public static interface NumberDisplayFormatConfiguration.Builder extends SdkPojo, CopyableBuilder<NumberDisplayFormatConfiguration.Builder,NumberDisplayFormatConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default NumberDisplayFormatConfiguration.BuilderdecimalPlacesConfiguration(Consumer<DecimalPlacesConfiguration.Builder> decimalPlacesConfiguration)The option that determines the decimal places configuration.NumberDisplayFormatConfiguration.BuilderdecimalPlacesConfiguration(DecimalPlacesConfiguration decimalPlacesConfiguration)The option that determines the decimal places configuration.default NumberDisplayFormatConfiguration.BuildernegativeValueConfiguration(Consumer<NegativeValueConfiguration.Builder> negativeValueConfiguration)The options that determine the negative value configuration.NumberDisplayFormatConfiguration.BuildernegativeValueConfiguration(NegativeValueConfiguration negativeValueConfiguration)The options that determine the negative value configuration.default NumberDisplayFormatConfiguration.BuildernullValueFormatConfiguration(Consumer<NullValueFormatConfiguration.Builder> nullValueFormatConfiguration)The options that determine the null value format configuration.NumberDisplayFormatConfiguration.BuildernullValueFormatConfiguration(NullValueFormatConfiguration nullValueFormatConfiguration)The options that determine the null value format configuration.NumberDisplayFormatConfiguration.BuildernumberScale(String numberScale)Determines the number scale value of the number format.NumberDisplayFormatConfiguration.BuildernumberScale(NumberScale numberScale)Determines the number scale value of the number format.NumberDisplayFormatConfiguration.Builderprefix(String prefix)Determines the prefix value of the number format.default NumberDisplayFormatConfiguration.BuilderseparatorConfiguration(Consumer<NumericSeparatorConfiguration.Builder> separatorConfiguration)The options that determine the numeric separator configuration.NumberDisplayFormatConfiguration.BuilderseparatorConfiguration(NumericSeparatorConfiguration separatorConfiguration)The options that determine the numeric separator configuration.NumberDisplayFormatConfiguration.Buildersuffix(String suffix)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 Detail
-
prefix
NumberDisplayFormatConfiguration.Builder prefix(String 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
NumberDisplayFormatConfiguration.Builder suffix(String 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.Builderavoiding the need to create one manually viaNumericSeparatorConfiguration.builder().When the
Consumercompletes,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:
separatorConfiguration(NumericSeparatorConfiguration)
-
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.Builderavoiding the need to create one manually viaDecimalPlacesConfiguration.builder().When the
Consumercompletes,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:
decimalPlacesConfiguration(DecimalPlacesConfiguration)
-
numberScale
NumberDisplayFormatConfiguration.Builder numberScale(String 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,NumberScale
-
numberScale
NumberDisplayFormatConfiguration.Builder numberScale(NumberScale 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,NumberScale
-
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.Builderavoiding the need to create one manually viaNegativeValueConfiguration.builder().When the
Consumercompletes,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:
negativeValueConfiguration(NegativeValueConfiguration)
-
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.Builderavoiding the need to create one manually viaNullValueFormatConfiguration.builder().When the
Consumercompletes,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:
nullValueFormatConfiguration(NullValueFormatConfiguration)
-
-