Interface PriceWithCurrency.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PriceWithCurrency.Builder,
,PriceWithCurrency> SdkBuilder<PriceWithCurrency.Builder,
,PriceWithCurrency> SdkPojo
- Enclosing class:
PriceWithCurrency
public static interface PriceWithCurrency.Builder
extends SdkPojo, CopyableBuilder<PriceWithCurrency.Builder,PriceWithCurrency>
-
Method Summary
Modifier and TypeMethodDescriptionThe currency specifier.The price of a domain, in a specific 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, sdkFields
-
Method Details
-
price
The price of a domain, in a specific currency.
- Parameters:
price
- The price of a domain, in a specific currency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currency
The currency specifier.
- Parameters:
currency
- The currency specifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-