public static interface CopyProductRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<CopyProductRequest.Builder,CopyProductRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCopyProductRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
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 identifier of the target product. By default, a new product is created.
targetProductId - The identifier 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 sourceProvisioningArtifactIdentifiersWithStrings(Collection<? extends Map<String,String>> sourceProvisioningArtifactIdentifiers)
The identifiers of the provisioning artifacts (also known as versions) of the product to copy. By default, all provisioning artifacts are copied.
sourceProvisioningArtifactIdentifiers - The identifiers of the provisioning artifacts (also known as versions) of the product to copy. By
default, all provisioning artifacts are copied.CopyProductRequest.Builder sourceProvisioningArtifactIdentifiersWithStrings(Map<String,String>... sourceProvisioningArtifactIdentifiers)
The identifiers of the provisioning artifacts (also known as versions) of the product to copy. By default, all provisioning artifacts are copied.
sourceProvisioningArtifactIdentifiers - The identifiers of the provisioning artifacts (also known as versions) of the product 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 unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.
idempotencyToken - A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the
idempotency token, the same response is returned for each repeated request.CopyProductRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCopyProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.