public static interface ImportAsProvisionedProductRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<ImportAsProvisionedProductRequest.Builder,ImportAsProvisionedProductRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportAsProvisionedProductRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
jp - Japanese
zh - Chinese
ImportAsProvisionedProductRequest.Builder productId(String productId)
The product identifier.
productId - The product identifier.ImportAsProvisionedProductRequest.Builder provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
provisioningArtifactId - The identifier of the provisioning artifact.ImportAsProvisionedProductRequest.Builder provisionedProductName(String provisionedProductName)
The user-friendly name of the provisioned product. The value must be unique for the Amazon Web Services account. The name cannot be updated after the product is provisioned.
provisionedProductName - The user-friendly name of the provisioned product. The value must be unique for the Amazon Web
Services account. The name cannot be updated after the product is provisioned.ImportAsProvisionedProductRequest.Builder physicalId(String physicalId)
The unique identifier of the resource to be imported. It only currently supports CloudFormation stack IDs.
physicalId - The unique identifier of the resource to be imported. It only currently supports CloudFormation stack
IDs.ImportAsProvisionedProductRequest.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.ImportAsProvisionedProductRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderImportAsProvisionedProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.