public static interface CopyProductRequest.Builder extends ServiceCatalogRequest.Builder, CopyableBuilder<CopyProductRequest.Builder,CopyProductRequest>
build
overrideConfiguration
copy
applyMutation, build
CopyProductRequest.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 copyOptionsWithStrings(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 copyOptionsWithStrings(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(Collection<CopyOption> 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(CopyOption... 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CopyProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.