Interface CopyProductRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CopyProductRequest.Builder,,- CopyProductRequest> - SdkBuilder<CopyProductRequest.Builder,,- CopyProductRequest> - SdkPojo,- SdkRequest.Builder,- ServiceCatalogRequest.Builder
- Enclosing class:
- CopyProductRequest
- 
Method SummaryModifier and TypeMethodDescriptionacceptLanguage(String acceptLanguage) The language code.copyOptions(Collection<CopyOption> copyOptions) The copy options.copyOptions(CopyOption... copyOptions) The copy options.copyOptionsWithStrings(String... copyOptions) The copy options.copyOptionsWithStrings(Collection<String> copyOptions) The copy options.idempotencyToken(String idempotencyToken) A unique identifier that you provide to ensure idempotency.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sourceProductArn(String sourceProductArn) The Amazon Resource Name (ARN) of the source product.sourceProvisioningArtifactIdentifiersWithStrings(Collection<? extends Map<String, String>> sourceProvisioningArtifactIdentifiers) The identifiers of the provisioning artifacts (also known as versions) of the product to copy.sourceProvisioningArtifactIdentifiersWithStrings(Map<String, String>... sourceProvisioningArtifactIdentifiers) The identifiers of the provisioning artifacts (also known as versions) of the product to copy.targetProductId(String targetProductId) The identifier of the target product.targetProductName(String targetProductName) A name for the target product.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogRequest.Builderbuild
- 
Method Details- 
acceptLanguageThe language code. - 
 jp- Japanese
- 
 zh- Chinese
 - Parameters:
- acceptLanguage- The language code.- 
        jp- Japanese
- 
        zh- Chinese
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
sourceProductArnThe Amazon Resource Name (ARN) of the source product. - Parameters:
- sourceProductArn- The Amazon Resource Name (ARN) of the source product.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
targetProductIdThe identifier of the target product. By default, a new product is created. - Parameters:
- targetProductId- The identifier of the target product. By default, a new product is created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
targetProductNameA name for the target product. The default is the name of the source product. - Parameters:
- targetProductName- A name for the target product. The default is the name of the source product.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceProvisioningArtifactIdentifiersWithStringsCopyProductRequest.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. - Parameters:
- sourceProvisioningArtifactIdentifiers- The identifiers of the provisioning artifacts (also known as versions) of the product to copy. By default, all provisioning artifacts are copied.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceProvisioningArtifactIdentifiersWithStringsCopyProductRequest.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. - Parameters:
- sourceProvisioningArtifactIdentifiers- The identifiers of the provisioning artifacts (also known as versions) of the product to copy. By default, all provisioning artifacts are copied.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
copyOptionsWithStringsThe copy options. If the value is CopyTags, the tags from the source product are copied to the target product.- Parameters:
- copyOptions- The copy options. If the value is- CopyTags, the tags from the source product are copied to the target product.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
copyOptionsWithStringsThe copy options. If the value is CopyTags, the tags from the source product are copied to the target product.- Parameters:
- copyOptions- The copy options. If the value is- CopyTags, the tags from the source product are copied to the target product.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
copyOptionsThe copy options. If the value is CopyTags, the tags from the source product are copied to the target product.- Parameters:
- copyOptions- The copy options. If the value is- CopyTags, the tags from the source product are copied to the target product.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
copyOptionsThe copy options. If the value is CopyTags, the tags from the source product are copied to the target product.- Parameters:
- copyOptions- The copy options. If the value is- CopyTags, the tags from the source product are copied to the target product.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idempotencyTokenA 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCopyProductRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCopyProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-