public static interface CopyProductRequest.Builder extends ServiceCatalogRequest.Builder, CopyableBuilder<CopyProductRequest.Builder,CopyProductRequest>
| Modifier and Type | Method and Description |
|---|---|
CopyProductRequest.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
CopyProductRequest.Builder |
copyOptions(Collection<String> copyOptions)
The copy options.
|
CopyProductRequest.Builder |
copyOptions(String... copyOptions)
The copy options.
|
CopyProductRequest.Builder |
idempotencyToken(String idempotencyToken)
A token to disambiguate duplicate requests.
|
CopyProductRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CopyProductRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
CopyProductRequest.Builder |
sourceProductArn(String sourceProductArn)
The Amazon Resource Name (ARN) of the source product.
|
CopyProductRequest.Builder |
sourceProvisioningArtifactIdentifiers(Collection<Map<String,String>> sourceProvisioningArtifactIdentifiers)
The IDs of the product versions to copy.
|
CopyProductRequest.Builder |
sourceProvisioningArtifactIdentifiers(Map<String,String>... sourceProvisioningArtifactIdentifiers)
The IDs of the product versions to copy.
|
CopyProductRequest.Builder |
targetProductId(String targetProductId)
The ID of the target product.
|
CopyProductRequest.Builder |
targetProductName(String targetProductName)
A name for the target product.
|
buildrequestOverrideConfigcopyapply, buildCopyProductRequest.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
CopyProductRequest.Builder sourceProductArn(String sourceProductArn)
The Amazon Resource Name (ARN) of the source product.
sourceProductArn - The Amazon Resource Name (ARN) of the source product.CopyProductRequest.Builder targetProductId(String targetProductId)
The ID of the target product. By default, a new product is created.
targetProductId - The ID of the target product. By default, a new product is created.CopyProductRequest.Builder targetProductName(String targetProductName)
A name for the target product. The default is the name of the source product.
targetProductName - A name for the target product. The default is the name of the source product.CopyProductRequest.Builder sourceProvisioningArtifactIdentifiers(Collection<Map<String,String>> sourceProvisioningArtifactIdentifiers)
The IDs of the product versions to copy. By default, all provisioning artifacts are copied.
sourceProvisioningArtifactIdentifiers - The IDs of the product versions to copy. By default, all provisioning artifacts are copied.CopyProductRequest.Builder sourceProvisioningArtifactIdentifiers(Map<String,String>... sourceProvisioningArtifactIdentifiers)
The IDs of the product versions to copy. By default, all provisioning artifacts are copied.
sourceProvisioningArtifactIdentifiers - The IDs of the product versions to copy. By default, all provisioning artifacts are copied.CopyProductRequest.Builder copyOptions(Collection<String> copyOptions)
The copy options. If the value is CopyTags, the tags from the source product are copied to the
target product.
copyOptions - The copy options. If the value is CopyTags, the tags from the source product are copied
to the target product.CopyProductRequest.Builder copyOptions(String... copyOptions)
The copy options. If the value is CopyTags, the tags from the source product are copied to the
target product.
copyOptions - The copy options. If the value is CopyTags, the tags from the source product are copied
to the target product.CopyProductRequest.Builder idempotencyToken(String idempotencyToken)
A token to disambiguate duplicate requests. You can use the same input in multiple requests, provided that you also specify a different idempotency token for each request.
idempotencyToken - A token to disambiguate duplicate requests. You can use the same input in multiple requests, provided
that you also specify a different idempotency token for each request.CopyProductRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CopyProductRequest.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.