Interface PercentageDisplayFormatConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PercentageDisplayFormatConfiguration.Builder,PercentageDisplayFormatConfiguration>,SdkBuilder<PercentageDisplayFormatConfiguration.Builder,PercentageDisplayFormatConfiguration>,SdkPojo
- Enclosing class:
- PercentageDisplayFormatConfiguration
public static interface PercentageDisplayFormatConfiguration.Builder extends SdkPojo, CopyableBuilder<PercentageDisplayFormatConfiguration.Builder,PercentageDisplayFormatConfiguration>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
prefix
PercentageDisplayFormatConfiguration.Builder prefix(String prefix)
Determines the prefix value of the percentage format.
- Parameters:
prefix- Determines the prefix value of the percentage format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suffix
PercentageDisplayFormatConfiguration.Builder suffix(String suffix)
Determines the suffix value of the percentage format.
- Parameters:
suffix- Determines the suffix value of the percentage format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
separatorConfiguration
PercentageDisplayFormatConfiguration.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 PercentageDisplayFormatConfiguration.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
PercentageDisplayFormatConfiguration.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 PercentageDisplayFormatConfiguration.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)
-
negativeValueConfiguration
PercentageDisplayFormatConfiguration.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 PercentageDisplayFormatConfiguration.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
PercentageDisplayFormatConfiguration.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 PercentageDisplayFormatConfiguration.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)
-
-