Interface MonetaryValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MonetaryValue.Builder,
,MonetaryValue> SdkBuilder<MonetaryValue.Builder,
,MonetaryValue> SdkPojo
- Enclosing class:
MonetaryValue
@Mutable
@NotThreadSafe
public static interface MonetaryValue.Builder
extends SdkPojo, CopyableBuilder<MonetaryValue.Builder,MonetaryValue>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the payment amount.currencyCode
(String currencyCode) Specifies the payment currency.currencyCode
(CurrencyCode currencyCode) Specifies the payment currency.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
Specifies the payment amount.
- Parameters:
amount
- Specifies the payment amount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currencyCode
Specifies the payment currency.
- Parameters:
currencyCode
- Specifies the payment currency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currencyCode
Specifies the payment currency.
- Parameters:
currencyCode
- Specifies the payment currency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-