Interface GetPriceListFileUrlRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetPriceListFileUrlRequest.Builder,GetPriceListFileUrlRequest>,PricingRequest.Builder,SdkBuilder<GetPriceListFileUrlRequest.Builder,GetPriceListFileUrlRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetPriceListFileUrlRequest
public static interface GetPriceListFileUrlRequest.Builder extends PricingRequest.Builder, SdkPojo, CopyableBuilder<GetPriceListFileUrlRequest.Builder,GetPriceListFileUrlRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPriceListFileUrlRequest.BuilderfileFormat(String fileFormat)The format that you want to retrieve your Price List files in.GetPriceListFileUrlRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPriceListFileUrlRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPriceListFileUrlRequest.BuilderpriceListArn(String priceListArn)The unique identifier that maps to where your Price List files are located.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pricing.model.PricingRequest.Builder
build
-
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
GetPriceListFileUrlRequest.Builder priceListArn(String priceListArn)
The unique identifier that maps to where your Price List files are located.
PriceListArncan be obtained from the ListPriceLists response.- Parameters:
priceListArn- The unique identifier that maps to where your Price List files are located.PriceListArncan be obtained from the ListPriceLists response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileFormat
GetPriceListFileUrlRequest.Builder fileFormat(String fileFormat)
The format that you want to retrieve your Price List files in. The
FileFormatcan be obtained from the ListPriceLists response.- Parameters:
fileFormat- The format that you want to retrieve your Price List files in. TheFileFormatcan be obtained from the ListPriceLists response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetPriceListFileUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetPriceListFileUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-