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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
amountThe 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.
 
- 
unitThe 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:
 
- 
unitThe 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:
 
 
-