public static interface DomainPrice.Builder extends SdkPojo, CopyableBuilder<DomainPrice.Builder,DomainPrice>
| Modifier and Type | Method and Description |
|---|---|
default DomainPrice.Builder |
changeOwnershipPrice(Consumer<PriceWithCurrency.Builder> changeOwnershipPrice)
The price for changing domain ownership.
|
DomainPrice.Builder |
changeOwnershipPrice(PriceWithCurrency changeOwnershipPrice)
The price for changing domain ownership.
|
DomainPrice.Builder |
name(String name)
The name of the TLD for which the prices apply.
|
default DomainPrice.Builder |
registrationPrice(Consumer<PriceWithCurrency.Builder> registrationPrice)
The price for domain registration with Route 53.
|
DomainPrice.Builder |
registrationPrice(PriceWithCurrency registrationPrice)
The price for domain registration with Route 53.
|
default DomainPrice.Builder |
renewalPrice(Consumer<PriceWithCurrency.Builder> renewalPrice)
The price for renewing domain registration with Route 53.
|
DomainPrice.Builder |
renewalPrice(PriceWithCurrency renewalPrice)
The price for renewing domain registration with Route 53.
|
default DomainPrice.Builder |
restorationPrice(Consumer<PriceWithCurrency.Builder> restorationPrice)
The price for restoring the domain with Route 53.
|
DomainPrice.Builder |
restorationPrice(PriceWithCurrency restorationPrice)
The price for restoring the domain with Route 53.
|
default DomainPrice.Builder |
transferPrice(Consumer<PriceWithCurrency.Builder> transferPrice)
The price for transferring the domain registration to Route 53.
|
DomainPrice.Builder |
transferPrice(PriceWithCurrency transferPrice)
The price for transferring the domain registration to Route 53.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomainPrice.Builder name(String name)
The name of the TLD for which the prices apply.
name - The name of the TLD for which the prices apply.DomainPrice.Builder registrationPrice(PriceWithCurrency registrationPrice)
The price for domain registration with Route 53.
registrationPrice - The price for domain registration with Route 53.default DomainPrice.Builder registrationPrice(Consumer<PriceWithCurrency.Builder> registrationPrice)
The price for domain registration with Route 53.
This is a convenience method that creates an instance of thePriceWithCurrency.Builder avoiding the
need to create one manually via PriceWithCurrency.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to registrationPrice(PriceWithCurrency).
registrationPrice - a consumer that will call methods on PriceWithCurrency.BuilderregistrationPrice(PriceWithCurrency)DomainPrice.Builder transferPrice(PriceWithCurrency transferPrice)
The price for transferring the domain registration to Route 53.
transferPrice - The price for transferring the domain registration to Route 53.default DomainPrice.Builder transferPrice(Consumer<PriceWithCurrency.Builder> transferPrice)
The price for transferring the domain registration to Route 53.
This is a convenience method that creates an instance of thePriceWithCurrency.Builder avoiding the
need to create one manually via PriceWithCurrency.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to transferPrice(PriceWithCurrency).
transferPrice - a consumer that will call methods on PriceWithCurrency.BuildertransferPrice(PriceWithCurrency)DomainPrice.Builder renewalPrice(PriceWithCurrency renewalPrice)
The price for renewing domain registration with Route 53.
renewalPrice - The price for renewing domain registration with Route 53.default DomainPrice.Builder renewalPrice(Consumer<PriceWithCurrency.Builder> renewalPrice)
The price for renewing domain registration with Route 53.
This is a convenience method that creates an instance of thePriceWithCurrency.Builder avoiding the
need to create one manually via PriceWithCurrency.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to renewalPrice(PriceWithCurrency).
renewalPrice - a consumer that will call methods on PriceWithCurrency.BuilderrenewalPrice(PriceWithCurrency)DomainPrice.Builder changeOwnershipPrice(PriceWithCurrency changeOwnershipPrice)
The price for changing domain ownership.
changeOwnershipPrice - The price for changing domain ownership.default DomainPrice.Builder changeOwnershipPrice(Consumer<PriceWithCurrency.Builder> changeOwnershipPrice)
The price for changing domain ownership.
This is a convenience method that creates an instance of thePriceWithCurrency.Builder avoiding the
need to create one manually via PriceWithCurrency.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to changeOwnershipPrice(PriceWithCurrency).
changeOwnershipPrice - a consumer that will call methods on PriceWithCurrency.BuilderchangeOwnershipPrice(PriceWithCurrency)DomainPrice.Builder restorationPrice(PriceWithCurrency restorationPrice)
The price for restoring the domain with Route 53.
restorationPrice - The price for restoring the domain with Route 53.default DomainPrice.Builder restorationPrice(Consumer<PriceWithCurrency.Builder> restorationPrice)
The price for restoring the domain with Route 53.
This is a convenience method that creates an instance of thePriceWithCurrency.Builder avoiding the
need to create one manually via PriceWithCurrency.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to restorationPrice(PriceWithCurrency).
restorationPrice - a consumer that will call methods on PriceWithCurrency.BuilderrestorationPrice(PriceWithCurrency)Copyright © 2023. All rights reserved.