| Package | Description |
|---|---|
| software.amazon.awssdk.services.pricing.model |
| Modifier and Type | Method and Description |
|---|---|
static PriceList.Builder |
PriceList.builder() |
PriceList.Builder |
PriceList.Builder.currencyCode(String currencyCode)
The three alphabetical character ISO-4217 currency code the Price List files are denominated in.
|
PriceList.Builder |
PriceList.Builder.fileFormats(Collection<String> fileFormats)
The format you want to retrieve your Price List files.
|
PriceList.Builder |
PriceList.Builder.fileFormats(String... fileFormats)
The format you want to retrieve your Price List files.
|
PriceList.Builder |
PriceList.Builder.priceListArn(String priceListArn)
The unique identifier that maps to where your Price List files are located.
|
PriceList.Builder |
PriceList.Builder.regionCode(String regionCode)
This is used to filter the Price List by Amazon Web Services Region.
|
PriceList.Builder |
PriceList.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PriceList.Builder> |
PriceList.serializableBuilderClass() |
Copyright © 2023. All rights reserved.