public static interface PriceList.Builder extends SdkPojo, CopyableBuilder<PriceList.Builder,PriceList>
| Modifier and Type | Method and Description |
|---|---|
PriceList.Builder |
currencyCode(String currencyCode)
The three alphabetical character ISO-4217 currency code the Price List files are denominated in.
|
PriceList.Builder |
fileFormats(Collection<String> fileFormats)
The format you want to retrieve your Price List files.
|
PriceList.Builder |
fileFormats(String... fileFormats)
The format you want to retrieve your Price List files.
|
PriceList.Builder |
priceListArn(String priceListArn)
The unique identifier that maps to where your Price List files are located.
|
PriceList.Builder |
regionCode(String regionCode)
This is used to filter the Price List by Amazon Web Services Region.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPriceList.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.
priceListArn - The unique identifier that maps to where your Price List files are located. PriceListArn
can be obtained from the
ListPriceList response.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.
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.PriceList.Builder currencyCode(String currencyCode)
The three alphabetical character ISO-4217 currency code the Price List files are denominated in.
currencyCode - The three alphabetical character ISO-4217 currency code the Price List files are denominated in.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.
fileFormats - The format you want to retrieve your Price List files. The FileFormat can be obtained
from the
ListPriceList response.PriceList.Builder fileFormats(String... fileFormats)
The format you want to retrieve your Price List files. The FileFormat can be obtained from the
ListPriceList response.
fileFormats - The format you want to retrieve your Price List files. The FileFormat can be obtained
from the
ListPriceList response.Copyright © 2023. All rights reserved.