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.
|
buildrequestOverrideConfigcopyapply, buildDescribeCopyProductStatusRequest.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.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeCopyProductStatusRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.