Interface DecimalPlacesConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DecimalPlacesConfiguration.Builder,DecimalPlacesConfiguration>,SdkBuilder<DecimalPlacesConfiguration.Builder,DecimalPlacesConfiguration>,SdkPojo
- Enclosing class:
- DecimalPlacesConfiguration
@Mutable @NotThreadSafe public static interface DecimalPlacesConfiguration.Builder extends SdkPojo, CopyableBuilder<DecimalPlacesConfiguration.Builder,DecimalPlacesConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DecimalPlacesConfiguration.BuilderdecimalPlaces(Long decimalPlaces)The values of the decimal places.-
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
-
decimalPlaces
DecimalPlacesConfiguration.Builder decimalPlaces(Long 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.
-
-