public static interface MonetaryAmount.Builder extends SdkPojo, 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.
|
copy
applyMutation, build
MonetaryAmount.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
,
CurrencyCode
MonetaryAmount.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
,
CurrencyCode
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.