CopyableBuilder<UpdateProvisionedProductRequest.Builder,UpdateProvisionedProductRequest>
, SdkBuilder<UpdateProvisionedProductRequest.Builder,UpdateProvisionedProductRequest>
public static interface UpdateProvisionedProductRequest.Builder extends CopyableBuilder<UpdateProvisionedProductRequest.Builder,UpdateProvisionedProductRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateProvisionedProductRequest.Builder |
acceptLanguage(String acceptLanguage) |
The language code to use for this operation.
|
UpdateProvisionedProductRequest.Builder |
pathId(String pathId) |
The identifier of the path to use in the updated ProvisionedProduct object.
|
UpdateProvisionedProductRequest.Builder |
productId(String productId) |
The identifier of the ProvisionedProduct object.
|
UpdateProvisionedProductRequest.Builder |
provisionedProductId(String provisionedProductId) |
The identifier of the ProvisionedProduct object to update.
|
UpdateProvisionedProductRequest.Builder |
provisionedProductName(String provisionedProductName) |
The updated name of the ProvisionedProduct object.
|
UpdateProvisionedProductRequest.Builder |
provisioningArtifactId(String provisioningArtifactId) |
The provisioning artifact identifier for this product.
|
UpdateProvisionedProductRequest.Builder |
provisioningParameters(Collection<UpdateProvisioningParameter> provisioningParameters) |
A list of
ProvisioningParameter objects used to update the ProvisionedProduct object. |
UpdateProvisionedProductRequest.Builder |
provisioningParameters(UpdateProvisioningParameter... provisioningParameters) |
A list of
ProvisioningParameter objects used to update the ProvisionedProduct object. |
UpdateProvisionedProductRequest.Builder |
updateToken(String updateToken) |
The idempotency token that uniquely identifies the provisioning update request.
|
copy
apply, build
UpdateProvisionedProductRequest.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.
UpdateProvisionedProductRequest.Builder provisionedProductName(String provisionedProductName)
The updated name of the ProvisionedProduct object. Specify either ProvisionedProductName
or
ProvisionedProductId
, but not both.
provisionedProductName
- The updated name of the ProvisionedProduct object. Specify either ProvisionedProductName
or ProvisionedProductId
, but not both.UpdateProvisionedProductRequest.Builder provisionedProductId(String provisionedProductId)
The identifier of the ProvisionedProduct object to update. Specify either ProvisionedProductName
or ProvisionedProductId
, but not both.
provisionedProductId
- The identifier of the ProvisionedProduct object to update. Specify either
ProvisionedProductName
or ProvisionedProductId
, but not both.UpdateProvisionedProductRequest.Builder productId(String productId)
The identifier of the ProvisionedProduct object.
productId
- The identifier of the ProvisionedProduct object.UpdateProvisionedProductRequest.Builder provisioningArtifactId(String provisioningArtifactId)
The provisioning artifact identifier for this product. This is sometimes referred to as the product version.
provisioningArtifactId
- The provisioning artifact identifier for this product. This is sometimes referred to as the product
version.UpdateProvisionedProductRequest.Builder pathId(String pathId)
The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.
pathId
- The identifier of the path to use in the updated ProvisionedProduct object. This value is optional if
the product has a default path, and is required if there is more than one path for the specified
product.UpdateProvisionedProductRequest.Builder provisioningParameters(Collection<UpdateProvisioningParameter> provisioningParameters)
A list of ProvisioningParameter
objects used to update the ProvisionedProduct object.
provisioningParameters
- A list of ProvisioningParameter
objects used to update the ProvisionedProduct object.UpdateProvisionedProductRequest.Builder provisioningParameters(UpdateProvisioningParameter... provisioningParameters)
A list of ProvisioningParameter
objects used to update the ProvisionedProduct object.
NOTE: This method appends the values to the existing list (if any). Use
#setProvisioningParameters(java.util.Collection)
or
#withProvisioningParameters(java.util.Collection)
if you want to override the existing values.
provisioningParameters
- A list of ProvisioningParameter
objects used to update the ProvisionedProduct object.UpdateProvisionedProductRequest.Builder updateToken(String updateToken)
The idempotency token that uniquely identifies the provisioning update request.
updateToken
- The idempotency token that uniquely identifies the provisioning update request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.