Interface ListPricesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListPricesRequest.Builder,ListPricesRequest>, Route53DomainsRequest.Builder, SdkBuilder<ListPricesRequest.Builder,ListPricesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListPricesRequest

public static interface ListPricesRequest.Builder extends Route53DomainsRequest.Builder, SdkPojo, CopyableBuilder<ListPricesRequest.Builder,ListPricesRequest>
  • Method Details

    • 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxItems

      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.

      Parameters:
      maxItems - Number of Prices to be returned.

      Used only for all TLDs. If you specify a TLD, don't specify a MaxItems.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListPricesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.