public static interface MonetaryAmount.Builder extends CopyableBuilder<MonetaryAmount.Builder,MonetaryAmount>
| Modifier and Type | Method and Description |
|---|---|
MonetaryAmount.Builder |
amount(Double amount)
The numerical amount of an offering or transaction.
|
MonetaryAmount.Builder |
currencyCode(CurrencyCode currencyCode)
The currency code of a monetary amount.
|
MonetaryAmount.Builder |
currencyCode(String currencyCode)
The currency code of a monetary amount.
|
copyapply, buildMonetaryAmount.Builder amount(Double amount)
The numerical amount of an offering or transaction.
amount - The numerical amount of an offering or transaction.MonetaryAmount.Builder currencyCode(String currencyCode)
The currency code of a monetary amount. For example, USD means "U.S. dollars."
currencyCode - The currency code of a monetary amount. For example, USD means "U.S. dollars."CurrencyCode,
CurrencyCodeMonetaryAmount.Builder currencyCode(CurrencyCode currencyCode)
The currency code of a monetary amount. For example, USD means "U.S. dollars."
currencyCode - The currency code of a monetary amount. For example, USD means "U.S. dollars."CurrencyCode,
CurrencyCodeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.