CopyableBuilder<UpdateProvisioningArtifactRequest.Builder,UpdateProvisioningArtifactRequest>, SdkBuilder<UpdateProvisioningArtifactRequest.Builder,UpdateProvisioningArtifactRequest>public static interface UpdateProvisioningArtifactRequest.Builder extends CopyableBuilder<UpdateProvisioningArtifactRequest.Builder,UpdateProvisioningArtifactRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateProvisioningArtifactRequest.Builder |
acceptLanguage(String acceptLanguage) |
The language code to use for this operation.
|
UpdateProvisioningArtifactRequest.Builder |
description(String description) |
The updated text description of the provisioning artifact.
|
UpdateProvisioningArtifactRequest.Builder |
name(String name) |
The updated name of the provisioning artifact.
|
UpdateProvisioningArtifactRequest.Builder |
productId(String productId) |
The product identifier.
|
UpdateProvisioningArtifactRequest.Builder |
provisioningArtifactId(String provisioningArtifactId) |
The identifier of the provisioning artifact for the update request.
|
copyapply, buildUpdateProvisioningArtifactRequest.Builder acceptLanguage(String acceptLanguage)
The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
acceptLanguage - The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
UpdateProvisioningArtifactRequest.Builder productId(String productId)
The product identifier.
productId - The product identifier.UpdateProvisioningArtifactRequest.Builder provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact for the update request. This is sometimes referred to as the product version.
provisioningArtifactId - The identifier of the provisioning artifact for the update request. This is sometimes referred to as
the product version.UpdateProvisioningArtifactRequest.Builder name(String name)
The updated name of the provisioning artifact.
name - The updated name of the provisioning artifact.UpdateProvisioningArtifactRequest.Builder description(String description)
The updated text description of the provisioning artifact.
description - The updated text description of the provisioning artifact.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.