Interface USD.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<USD.Builder,
,USD> SdkBuilder<USD.Builder,
,USD> SdkPojo
- Enclosing class:
USD
@Mutable
@NotThreadSafe
public static interface USD.Builder
extends SdkPojo, CopyableBuilder<USD.Builder,USD>
-
Method Summary
Modifier and TypeMethodDescriptionThe fractional portion, in cents, of the amount.The whole number of dollars in the amount.tenthFractionsOfACent
(Integer tenthFractionsOfACent) Fractions of a cent, in tenths.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
-
dollars
The whole number of dollars in the amount.
- Parameters:
dollars
- The whole number of dollars in the amount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cents
The fractional portion, in cents, of the amount.
- Parameters:
cents
- The fractional portion, in cents, of the amount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tenthFractionsOfACent
Fractions of a cent, in tenths.
- Parameters:
tenthFractionsOfACent
- Fractions of a cent, in tenths.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-