public static interface UpdateProvisionedProductRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<UpdateProvisionedProductRequest.Builder,UpdateProvisionedProductRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateProvisionedProductRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
jp - Japanese
zh - Chinese
UpdateProvisionedProductRequest.Builder provisionedProductName(String provisionedProductName)
The name of the provisioned product. You cannot specify both ProvisionedProductName and
ProvisionedProductId.
provisionedProductName - The name of the provisioned product. You cannot specify both ProvisionedProductName and
ProvisionedProductId.UpdateProvisionedProductRequest.Builder provisionedProductId(String provisionedProductId)
The identifier of the provisioned product. You must provide the name or ID, but not both.
provisionedProductId - The identifier of the provisioned product. You must provide the name or ID, but not both.UpdateProvisionedProductRequest.Builder productId(String productId)
The identifier of the product. You must provide the name or ID, but not both.
productId - The identifier of the product. You must provide the name or ID, but not both.UpdateProvisionedProductRequest.Builder productName(String productName)
The name of the product. You must provide the name or ID, but not both.
productName - The name of the product. You must provide the name or ID, but not both.UpdateProvisionedProductRequest.Builder provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
provisioningArtifactId - The identifier of the provisioning artifact.UpdateProvisionedProductRequest.Builder provisioningArtifactName(String provisioningArtifactName)
The name of the provisioning artifact. You must provide the name or ID, but not both.
provisioningArtifactName - The name of the provisioning artifact. You must provide the name or ID, but not both.UpdateProvisionedProductRequest.Builder pathId(String pathId)
The path identifier. This value is optional if the product has a default path, and required if the product has more than one path. You must provide the name or ID, but not both.
pathId - The path identifier. This value is optional if the product has a default path, and required if the
product has more than one path. You must provide the name or ID, but not both.UpdateProvisionedProductRequest.Builder pathName(String pathName)
The name of the path. You must provide the name or ID, but not both.
pathName - The name of the path. You must provide the name or ID, but not both.UpdateProvisionedProductRequest.Builder provisioningParameters(Collection<UpdateProvisioningParameter> provisioningParameters)
The new parameters.
provisioningParameters - The new parameters.UpdateProvisionedProductRequest.Builder provisioningParameters(UpdateProvisioningParameter... provisioningParameters)
The new parameters.
provisioningParameters - The new parameters.UpdateProvisionedProductRequest.Builder provisioningParameters(Consumer<UpdateProvisioningParameter.Builder>... provisioningParameters)
The new parameters.
This is a convenience method that creates an instance of theUpdateProvisioningParameter.Builder avoiding the
need to create one manually via
UpdateProvisioningParameter.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #provisioningParameters(List.
provisioningParameters - a consumer that will call methods on
UpdateProvisioningParameter.Builder#provisioningParameters(java.util.Collection) UpdateProvisionedProductRequest.Builder provisioningPreferences(UpdateProvisioningPreferences provisioningPreferences)
An object that contains information about the provisioning preferences for a stack set.
provisioningPreferences - An object that contains information about the provisioning preferences for a stack set.default UpdateProvisionedProductRequest.Builder provisioningPreferences(Consumer<UpdateProvisioningPreferences.Builder> provisioningPreferences)
An object that contains information about the provisioning preferences for a stack set.
This is a convenience method that creates an instance of theUpdateProvisioningPreferences.Builder
avoiding the need to create one manually via UpdateProvisioningPreferences.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to provisioningPreferences(UpdateProvisioningPreferences).
provisioningPreferences - a consumer that will call methods on UpdateProvisioningPreferences.BuilderprovisioningPreferences(UpdateProvisioningPreferences)UpdateProvisionedProductRequest.Builder tags(Collection<Tag> tags)
One or more tags. Requires the product to have RESOURCE_UPDATE constraint with
TagUpdatesOnProvisionedProduct set to ALLOWED to allow tag updates.
tags - One or more tags. Requires the product to have RESOURCE_UPDATE constraint with
TagUpdatesOnProvisionedProduct set to ALLOWED to allow tag updates.UpdateProvisionedProductRequest.Builder tags(Tag... tags)
One or more tags. Requires the product to have RESOURCE_UPDATE constraint with
TagUpdatesOnProvisionedProduct set to ALLOWED to allow tag updates.
tags - One or more tags. Requires the product to have RESOURCE_UPDATE constraint with
TagUpdatesOnProvisionedProduct set to ALLOWED to allow tag updates.UpdateProvisionedProductRequest.Builder tags(Consumer<Tag.Builder>... tags)
One or more tags. Requires the product to have RESOURCE_UPDATE constraint with
TagUpdatesOnProvisionedProduct set to ALLOWED to allow tag updates.
Tag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) 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)
overrideConfiguration in interface AwsRequest.BuilderUpdateProvisionedProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.