public static interface DescribeCopyProductStatusRequest.Builder extends ServiceCatalogRequest.Builder, CopyableBuilder<DescribeCopyProductStatusRequest.Builder,DescribeCopyProductStatusRequest>
Modifier and Type | Method and Description |
---|---|
DescribeCopyProductStatusRequest.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
DescribeCopyProductStatusRequest.Builder |
copyProductToken(String copyProductToken)
The token returned from the call to
CopyProduct that initiated the operation. |
DescribeCopyProductStatusRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeCopyProductStatusRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
DescribeCopyProductStatusRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
DescribeCopyProductStatusRequest.Builder copyProductToken(String copyProductToken)
The token returned from the call to CopyProduct
that initiated the operation.
copyProductToken
- The token returned from the call to CopyProduct
that initiated the operation.DescribeCopyProductStatusRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DescribeCopyProductStatusRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.