Interface CopyProductRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CopyProductRequest.Builder,CopyProductRequest>,SdkBuilder<CopyProductRequest.Builder,CopyProductRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogRequest.Builder
- Enclosing class:
- CopyProductRequest
public static interface CopyProductRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<CopyProductRequest.Builder,CopyProductRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CopyProductRequest.BuilderacceptLanguage(String acceptLanguage)The language code.CopyProductRequest.BuildercopyOptions(Collection<CopyOption> copyOptions)The copy options.CopyProductRequest.BuildercopyOptions(CopyOption... copyOptions)The copy options.CopyProductRequest.BuildercopyOptionsWithStrings(String... copyOptions)The copy options.CopyProductRequest.BuildercopyOptionsWithStrings(Collection<String> copyOptions)The copy options.CopyProductRequest.BuilderidempotencyToken(String idempotencyToken)A unique identifier that you provide to ensure idempotency.CopyProductRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CopyProductRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CopyProductRequest.BuildersourceProductArn(String sourceProductArn)The Amazon Resource Name (ARN) of the source product.CopyProductRequest.BuildersourceProvisioningArtifactIdentifiersWithStrings(Collection<? extends Map<String,String>> sourceProvisioningArtifactIdentifiers)The identifiers of the provisioning artifacts (also known as versions) of the product to copy.CopyProductRequest.BuildersourceProvisioningArtifactIdentifiersWithStrings(Map<String,String>... sourceProvisioningArtifactIdentifiers)The identifiers of the provisioning artifacts (also known as versions) of the product to copy.CopyProductRequest.BuildertargetProductId(String targetProductId)The identifier of the target product.CopyProductRequest.BuildertargetProductName(String targetProductName)A name for the target product.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogRequest.Builder
build
-
-
-
-
Method Detail
-
acceptLanguage
CopyProductRequest.Builder acceptLanguage(String acceptLanguage)
The 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.
-
-
sourceProductArn
CopyProductRequest.Builder sourceProductArn(String sourceProductArn)
The 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.
-
targetProductId
CopyProductRequest.Builder targetProductId(String targetProductId)
The 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.
-
targetProductName
CopyProductRequest.Builder targetProductName(String targetProductName)
A 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.
-
sourceProvisioningArtifactIdentifiersWithStrings
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.
- 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.
-
sourceProvisioningArtifactIdentifiersWithStrings
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.
- 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.
-
copyOptionsWithStrings
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.- Parameters:
copyOptions- The copy options. If the value isCopyTags, 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.
-
copyOptionsWithStrings
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.- Parameters:
copyOptions- The copy options. If the value isCopyTags, 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.
-
copyOptions
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.- Parameters:
copyOptions- The copy options. If the value isCopyTags, 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.
-
copyOptions
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.- Parameters:
copyOptions- The copy options. If the value isCopyTags, 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.
-
idempotencyToken
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.
- 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.
-
overrideConfiguration
CopyProductRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CopyProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-