Interface PricingCurrencyAmount.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PricingCurrencyAmount.Builder,,PricingCurrencyAmount> SdkBuilder<PricingCurrencyAmount.Builder,,PricingCurrencyAmount> SdkPojo
- Enclosing class:
PricingCurrencyAmount
@Mutable
@NotThreadSafe
public static interface PricingCurrencyAmount.Builder
extends SdkPojo, CopyableBuilder<PricingCurrencyAmount.Builder,PricingCurrencyAmount>
-
Method Summary
Modifier and TypeMethodDescriptionThe monetary amount before tax.currencyCode(String currencyCode) The 3-letter ISO 4217 currency code (e.g.,USD,EUR,JPY).maxAdjustmentAmount(String maxAdjustmentAmount) The maximum refundable amount as a string representation of a decimal number.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
amount
The monetary amount before tax.
- Parameters:
amount- The monetary amount before tax.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxAdjustmentAmount
The maximum refundable amount as a string representation of a decimal number.
- Parameters:
maxAdjustmentAmount- The maximum refundable amount as a string representation of a decimal number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currencyCode
The 3-letter ISO 4217 currency code (e.g.,
USD,EUR,JPY).- Parameters:
currencyCode- The 3-letter ISO 4217 currency code (e.g.,USD,EUR,JPY).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-