Interface Amount.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Amount.Builder,,Amount> SdkBuilder<Amount.Builder,,Amount> SdkPojo
- Enclosing class:
Amount
@Mutable
@NotThreadSafe
public static interface Amount.Builder
extends SdkPojo, CopyableBuilder<Amount.Builder,Amount>
-
Method Summary
Modifier and TypeMethodDescriptionThe currency code for this amount.The currency code for this amount.The numeric value of the amount.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
-
value
The numeric value of the amount.
- Parameters:
value- The numeric value of the amount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currency
The currency code for this amount.
- Parameters:
currency- The currency code for this amount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currency
The currency code for this amount.
- Parameters:
currency- The currency code for this amount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-