CopyableBuilder<CreateProvisioningArtifactRequest.Builder,CreateProvisioningArtifactRequest>
, SdkBuilder<CreateProvisioningArtifactRequest.Builder,CreateProvisioningArtifactRequest>
public static interface CreateProvisioningArtifactRequest.Builder extends CopyableBuilder<CreateProvisioningArtifactRequest.Builder,CreateProvisioningArtifactRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateProvisioningArtifactRequest.Builder |
acceptLanguage(String acceptLanguage) |
The language code to use for this operation.
|
CreateProvisioningArtifactRequest.Builder |
idempotencyToken(String idempotencyToken) |
A token to disambiguate duplicate requests.
|
CreateProvisioningArtifactRequest.Builder |
parameters(ProvisioningArtifactProperties parameters) |
The parameters to use when creating the new provisioning artifact.
|
CreateProvisioningArtifactRequest.Builder |
productId(String productId) |
The product identifier.
|
copy
apply, build
CreateProvisioningArtifactRequest.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.
CreateProvisioningArtifactRequest.Builder productId(String productId)
The product identifier.
productId
- The product identifier.CreateProvisioningArtifactRequest.Builder parameters(ProvisioningArtifactProperties parameters)
The parameters to use when creating the new provisioning artifact.
parameters
- The parameters to use when creating the new provisioning artifact.CreateProvisioningArtifactRequest.Builder idempotencyToken(String idempotencyToken)
A token to disambiguate duplicate requests. You can create multiple resources using the same input in multiple requests, provided that you also specify a different idempotency token for each request.
idempotencyToken
- A token to disambiguate duplicate requests. You can create multiple resources using the same input in
multiple requests, provided that you also specify a different idempotency token for each request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.