Interface DecimalPlacesConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DecimalPlacesConfiguration.Builder,,DecimalPlacesConfiguration> SdkBuilder<DecimalPlacesConfiguration.Builder,,DecimalPlacesConfiguration> SdkPojo
- Enclosing class:
 DecimalPlacesConfiguration
public static interface DecimalPlacesConfiguration.Builder
extends SdkPojo, CopyableBuilder<DecimalPlacesConfiguration.Builder,DecimalPlacesConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptiondecimalPlaces(Long decimalPlaces) The values of the decimal places.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
decimalPlaces
The values of the decimal places.
- Parameters:
 decimalPlaces- The values of the decimal places.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -