Uses of Interface
software.amazon.awssdk.services.pricing.model.PriceList.Builder
-
Packages that use PriceList.Builder Package Description software.amazon.awssdk.services.pricing.model -
-
Uses of PriceList.Builder in software.amazon.awssdk.services.pricing.model
Methods in software.amazon.awssdk.services.pricing.model that return PriceList.Builder Modifier and Type Method Description static PriceList.BuilderPriceList. builder()PriceList.BuilderPriceList.Builder. currencyCode(String currencyCode)The three alphabetical character ISO-4217 currency code the Price List files are denominated in.PriceList.BuilderPriceList.Builder. fileFormats(String... fileFormats)The format you want to retrieve your Price List files.PriceList.BuilderPriceList.Builder. fileFormats(Collection<String> fileFormats)The format you want to retrieve your Price List files.PriceList.BuilderPriceList.Builder. priceListArn(String priceListArn)The unique identifier that maps to where your Price List files are located.PriceList.BuilderPriceList.Builder. regionCode(String regionCode)This is used to filter the Price List by Amazon Web Services Region.PriceList.BuilderPriceList. toBuilder()Methods in software.amazon.awssdk.services.pricing.model that return types with arguments of type PriceList.Builder Modifier and Type Method Description static Class<? extends PriceList.Builder>PriceList. serializableBuilderClass()
-