Interface PriceList.Builder

  • Method Details

    • priceListArn

      PriceList.Builder priceListArn(String priceListArn)

      The unique identifier that maps to where your Price List files are located. PriceListArn can be obtained from the ListPriceList response.

      Parameters:
      priceListArn - The unique identifier that maps to where your Price List files are located. PriceListArn can be obtained from the ListPriceList response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • regionCode

      PriceList.Builder regionCode(String regionCode)

      This is used to filter the Price List by Amazon Web Services Region. For example, to get the price list only for the US East (N. Virginia) Region, use us-east-1. If nothing is specified, you retrieve price lists for all applicable Regions. The available RegionCode list can be retrieved from GetAttributeValues API.

      Parameters:
      regionCode - This is used to filter the Price List by Amazon Web Services Region. For example, to get the price list only for the US East (N. Virginia) Region, use us-east-1. If nothing is specified, you retrieve price lists for all applicable Regions. The available RegionCode list can be retrieved from GetAttributeValues API.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • currencyCode

      PriceList.Builder currencyCode(String currencyCode)

      The three alphabetical character ISO-4217 currency code the Price List files are denominated in.

      Parameters:
      currencyCode - The three alphabetical character ISO-4217 currency code the Price List files are denominated in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileFormats

      PriceList.Builder fileFormats(Collection<String> fileFormats)

      The format you want to retrieve your Price List files. The FileFormat can be obtained from the ListPriceList response.

      Parameters:
      fileFormats - The format you want to retrieve your Price List files. The FileFormat can be obtained from the ListPriceList response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileFormats

      PriceList.Builder fileFormats(String... fileFormats)

      The format you want to retrieve your Price List files. The FileFormat can be obtained from the ListPriceList response.

      Parameters:
      fileFormats - The format you want to retrieve your Price List files. The FileFormat can be obtained from the ListPriceList response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.