CopyableBuilder<DeleteProvisioningArtifactRequest.Builder,DeleteProvisioningArtifactRequest>
, SdkBuilder<DeleteProvisioningArtifactRequest.Builder,DeleteProvisioningArtifactRequest>
public static interface DeleteProvisioningArtifactRequest.Builder extends CopyableBuilder<DeleteProvisioningArtifactRequest.Builder,DeleteProvisioningArtifactRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteProvisioningArtifactRequest.Builder |
acceptLanguage(String acceptLanguage) |
The language code to use for this operation.
|
DeleteProvisioningArtifactRequest.Builder |
productId(String productId) |
The product identifier.
|
DeleteProvisioningArtifactRequest.Builder |
provisioningArtifactId(String provisioningArtifactId) |
The identifier of the provisioning artifact for the delete request.
|
copy
apply, build
DeleteProvisioningArtifactRequest.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.
DeleteProvisioningArtifactRequest.Builder productId(String productId)
The product identifier.
productId
- The product identifier.DeleteProvisioningArtifactRequest.Builder provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact for the delete request. This is sometimes referred to as the product version.
provisioningArtifactId
- The identifier of the provisioning artifact for the delete request. This is sometimes referred to as
the product version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.