Interface PriceList.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PriceList.Builder,
,PriceList> SdkBuilder<PriceList.Builder,
,PriceList> SdkPojo
- Enclosing class:
PriceList
-
Method Summary
Modifier and TypeMethodDescriptioncurrencyCode
(String currencyCode) The three alphabetical character ISO-4217 currency code the Price List files are denominated in.fileFormats
(String... fileFormats) The format you want to retrieve your Price List files.fileFormats
(Collection<String> fileFormats) The format you want to retrieve your Price List files.priceListArn
(String priceListArn) The unique identifier that maps to where your Price List files are located.regionCode
(String regionCode) This is used to filter the Price List by Amazon Web Services Region.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
priceListArn
The unique identifier that maps to where your Price List files are located.
PriceListArn
can be obtained from theListPriceList
response.- Parameters:
priceListArn
- The unique identifier that maps to where your Price List files are located.PriceListArn
can be obtained from theListPriceList
response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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, useus-east-1
. If nothing is specified, you retrieve price lists for all applicable Regions. The availableRegionCode
list can be retrieved fromGetAttributeValues
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 theUS East (N. Virginia)
Region, useus-east-1
. If nothing is specified, you retrieve price lists for all applicable Regions. The availableRegionCode
list can be retrieved fromGetAttributeValues
API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
The format you want to retrieve your Price List files. The
FileFormat
can be obtained from theListPriceList
response.- Parameters:
fileFormats
- The format you want to retrieve your Price List files. TheFileFormat
can be obtained from theListPriceList
response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileFormats
The format you want to retrieve your Price List files. The
FileFormat
can be obtained from theListPriceList
response.- Parameters:
fileFormats
- The format you want to retrieve your Price List files. TheFileFormat
can be obtained from theListPriceList
response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-