public static interface ListPricesRequest.Builder extends Route53DomainsRequest.Builder, SdkPojo, CopyableBuilder<ListPricesRequest.Builder,ListPricesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPricesRequest.Builder |
marker(String marker)
For an initial request for a list of prices, omit this element.
|
ListPricesRequest.Builder |
maxItems(Integer maxItems)
Number of
Prices to be returned. |
ListPricesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPricesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPricesRequest.Builder |
tld(String tld)
The TLD for which you want to receive the pricing information.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPricesRequest.Builder tld(String tld)
The TLD for which you want to receive the pricing information. For example. .net.
If a Tld value is not provided, a list of prices for all TLDs supported by RouteĀ 53 is returned.
tld - The TLD for which you want to receive the pricing information. For example. .net.
If a Tld value is not provided, a list of prices for all TLDs supported by RouteĀ 53 is
returned.
ListPricesRequest.Builder marker(String marker)
For an initial request for a list of prices, omit this element. If the number of prices that are not yet
complete is greater than the value that you specified for MaxItems, you can use
Marker to return additional prices. Get the value of NextPageMarker from the
previous response, and submit another request that includes the value of NextPageMarker in the
Marker element.
Used only for all TLDs. If you specify a TLD, don't specify a Marker.
marker - For an initial request for a list of prices, omit this element. If the number of prices that are not
yet complete is greater than the value that you specified for MaxItems, you can use
Marker to return additional prices. Get the value of NextPageMarker from the
previous response, and submit another request that includes the value of NextPageMarker
in the Marker element.
Used only for all TLDs. If you specify a TLD, don't specify a Marker.
ListPricesRequest.Builder maxItems(Integer maxItems)
Number of Prices to be returned.
Used only for all TLDs. If you specify a TLD, don't specify a MaxItems.
maxItems - Number of Prices to be returned.
Used only for all TLDs. If you specify a TLD, don't specify a MaxItems.
ListPricesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPricesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.