Interface PriceList.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PriceList.Builder,PriceList>,SdkBuilder<PriceList.Builder,PriceList>,SdkPojo
- Enclosing class:
- PriceList
public static interface PriceList.Builder extends SdkPojo, CopyableBuilder<PriceList.Builder,PriceList>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PriceList.BuildercurrencyCode(String currencyCode)The three alphabetical character ISO-4217 currency code the Price List files are denominated in.PriceList.BuilderfileFormats(String... fileFormats)The format you want to retrieve your Price List files.PriceList.BuilderfileFormats(Collection<String> fileFormats)The format you want to retrieve your Price List files.PriceList.BuilderpriceListArn(String priceListArn)The unique identifier that maps to where your Price List files are located.PriceList.BuilderregionCode(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 Detail
-
priceListArn
PriceList.Builder priceListArn(String priceListArn)
The unique identifier that maps to where your Price List files are located.
PriceListArncan be obtained from theListPriceListresponse.- Parameters:
priceListArn- The unique identifier that maps to where your Price List files are located.PriceListArncan be obtained from theListPriceListresponse.- 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, useus-east-1. If nothing is specified, you retrieve price lists for all applicable Regions. The availableRegionCodelist can be retrieved fromGetAttributeValuesAPI.- 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 availableRegionCodelist can be retrieved fromGetAttributeValuesAPI.- 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
FileFormatcan be obtained from theListPriceListresponse.- Parameters:
fileFormats- The format you want to retrieve your Price List files. TheFileFormatcan be obtained from theListPriceListresponse.- 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
FileFormatcan be obtained from theListPriceListresponse.- Parameters:
fileFormats- The format you want to retrieve your Price List files. TheFileFormatcan be obtained from theListPriceListresponse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-