public static interface UpdateProvisionedProductRequest.Builder extends ServiceCatalogRequest.Builder, CopyableBuilder<UpdateProvisionedProductRequest.Builder,UpdateProvisionedProductRequest>
Modifier and Type | Method and Description |
---|---|
UpdateProvisionedProductRequest.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
UpdateProvisionedProductRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateProvisionedProductRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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(Consumer<UpdateProvisioningParameter.Builder>... 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.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateProvisionedProductRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
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.
provisioningParameters
- A list of ProvisioningParameter
objects used to update the ProvisionedProduct object.UpdateProvisionedProductRequest.Builder provisioningParameters(Consumer<UpdateProvisioningParameter.Builder>... provisioningParameters)
A list of ProvisioningParameter
objects used to update the ProvisionedProduct object.
List.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #provisioningParameters(List)
.provisioningParameters
- a consumer that will call methods on List.Builder
#provisioningParameters(List)
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.UpdateProvisionedProductRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateProvisionedProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.