public static interface ListPricesResponse.Builder extends Route53DomainsResponse.Builder, SdkPojo, CopyableBuilder<ListPricesResponse.Builder,ListPricesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPricesResponse.Builder |
nextPageMarker(String nextPageMarker)
If there are more prices than you specified for
MaxItems in the request, submit another request
and include the value of NextPageMarker in the value of Marker. |
ListPricesResponse.Builder |
prices(Collection<DomainPrice> prices)
A complex type that includes all the pricing information.
|
ListPricesResponse.Builder |
prices(Consumer<DomainPrice.Builder>... prices)
A complex type that includes all the pricing information.
|
ListPricesResponse.Builder |
prices(DomainPrice... prices)
A complex type that includes all the pricing information.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPricesResponse.Builder prices(Collection<DomainPrice> prices)
A complex type that includes all the pricing information. If you specify a TLD, this array contains only the pricing for that TLD.
prices - A complex type that includes all the pricing information. If you specify a TLD, this array contains
only the pricing for that TLD.ListPricesResponse.Builder prices(DomainPrice... prices)
A complex type that includes all the pricing information. If you specify a TLD, this array contains only the pricing for that TLD.
prices - A complex type that includes all the pricing information. If you specify a TLD, this array contains
only the pricing for that TLD.ListPricesResponse.Builder prices(Consumer<DomainPrice.Builder>... prices)
A complex type that includes all the pricing information. If you specify a TLD, this array contains only the pricing for that TLD.
This is a convenience method that creates an instance of theDomainPrice.Builder avoiding the need to create
one manually via DomainPrice.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #prices(List.
prices - a consumer that will call methods on
DomainPrice.Builder#prices(java.util.Collection) ListPricesResponse.Builder nextPageMarker(String nextPageMarker)
If there are more prices than you specified for MaxItems in the request, submit another request
and include the value of NextPageMarker in the value of Marker.
Used only for all TLDs. If you specify a TLD, don't specify a NextPageMarker.
nextPageMarker - If there are more prices than you specified for MaxItems in the request, submit another
request and include the value of NextPageMarker in the value of Marker.
Used only for all TLDs. If you specify a TLD, don't specify a NextPageMarker.
Copyright © 2023. All rights reserved.