Interface MonetaryAmount.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MonetaryAmount.Builder,
,MonetaryAmount> SdkBuilder<MonetaryAmount.Builder,
,MonetaryAmount> SdkPojo
- Enclosing class:
MonetaryAmount
@Mutable
@NotThreadSafe
public static interface MonetaryAmount.Builder
extends SdkPojo, CopyableBuilder<MonetaryAmount.Builder,MonetaryAmount>
-
Method Summary
Modifier and TypeMethodDescriptionThe aggregated monetary amount of credits earned.The unit that the monetary amount is given in.unit
(CurrencyCode unit) The unit that the monetary amount is given in.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
-
amount
The aggregated monetary amount of credits earned.
- Parameters:
amount
- The aggregated monetary amount of credits earned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
The unit that the monetary amount is given in.
- Parameters:
unit
- The unit that the monetary amount is given in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unit
The unit that the monetary amount is given in.
- Parameters:
unit
- The unit that the monetary amount is given in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-