Interface UpdateProvisionedProductRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateProvisionedProductRequest.Builder,UpdateProvisionedProductRequest>,SdkBuilder<UpdateProvisionedProductRequest.Builder,UpdateProvisionedProductRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogRequest.Builder
- Enclosing class:
- UpdateProvisionedProductRequest
public static interface UpdateProvisionedProductRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<UpdateProvisionedProductRequest.Builder,UpdateProvisionedProductRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogRequest.Builder
build
-
-
-
-
Method Detail
-
acceptLanguage
UpdateProvisionedProductRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
-
jp- Japanese -
zh- Chinese
- Parameters:
acceptLanguage- The language code.-
jp- Japanese -
zh- Chinese
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
provisionedProductName
UpdateProvisionedProductRequest.Builder provisionedProductName(String provisionedProductName)
The name of the provisioned product. You cannot specify both
ProvisionedProductNameandProvisionedProductId.- Parameters:
provisionedProductName- The name of the provisioned product. You cannot specify bothProvisionedProductNameandProvisionedProductId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedProductId
UpdateProvisionedProductRequest.Builder provisionedProductId(String provisionedProductId)
The identifier of the provisioned product. You must provide the name or ID, but not both.
- Parameters:
provisionedProductId- The identifier of the provisioned product. You must provide the name or ID, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productId
UpdateProvisionedProductRequest.Builder productId(String productId)
The identifier of the product. You must provide the name or ID, but not both.
- Parameters:
productId- The identifier of the product. You must provide the name or ID, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productName
UpdateProvisionedProductRequest.Builder productName(String productName)
The name of the product. You must provide the name or ID, but not both.
- Parameters:
productName- The name of the product. You must provide the name or ID, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningArtifactId
UpdateProvisionedProductRequest.Builder provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
- Parameters:
provisioningArtifactId- The identifier of the provisioning artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningArtifactName
UpdateProvisionedProductRequest.Builder provisioningArtifactName(String provisioningArtifactName)
The name of the provisioning artifact. You must provide the name or ID, but not both.
- Parameters:
provisioningArtifactName- The name of the provisioning artifact. You must provide the name or ID, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pathId
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pathName
UpdateProvisionedProductRequest.Builder pathName(String pathName)
The name of the path. You must provide the name or ID, but not both.
- Parameters:
pathName- The name of the path. You must provide the name or ID, but not both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningParameters
UpdateProvisionedProductRequest.Builder provisioningParameters(Collection<UpdateProvisioningParameter> provisioningParameters)
The new parameters.
- Parameters:
provisioningParameters- The new parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningParameters
UpdateProvisionedProductRequest.Builder provisioningParameters(UpdateProvisioningParameter... provisioningParameters)
The new parameters.
- Parameters:
provisioningParameters- The new parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningParameters
UpdateProvisionedProductRequest.Builder provisioningParameters(Consumer<UpdateProvisioningParameter.Builder>... provisioningParameters)
The new parameters.
This is a convenience method that creates an instance of theUpdateProvisioningParameter.Builderavoiding the need to create one manually viaUpdateProvisioningParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#provisioningParameters(List.) - Parameters:
provisioningParameters- a consumer that will call methods onUpdateProvisioningParameter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#provisioningParameters(java.util.Collection)
-
provisioningPreferences
UpdateProvisionedProductRequest.Builder provisioningPreferences(UpdateProvisioningPreferences provisioningPreferences)
An object that contains information about the provisioning preferences for a stack set.
- Parameters:
provisioningPreferences- An object that contains information about the provisioning preferences for a stack set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningPreferences
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.Builderavoiding the need to create one manually viaUpdateProvisioningPreferences.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprovisioningPreferences(UpdateProvisioningPreferences).- Parameters:
provisioningPreferences- a consumer that will call methods onUpdateProvisioningPreferences.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
provisioningPreferences(UpdateProvisioningPreferences)
-
tags
UpdateProvisionedProductRequest.Builder tags(Collection<Tag> tags)
One or more tags. Requires the product to have
RESOURCE_UPDATEconstraint withTagUpdatesOnProvisionedProductset toALLOWEDto allow tag updates.- Parameters:
tags- One or more tags. Requires the product to haveRESOURCE_UPDATEconstraint withTagUpdatesOnProvisionedProductset toALLOWEDto allow tag updates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
UpdateProvisionedProductRequest.Builder tags(Tag... tags)
One or more tags. Requires the product to have
RESOURCE_UPDATEconstraint withTagUpdatesOnProvisionedProductset toALLOWEDto allow tag updates.- Parameters:
tags- One or more tags. Requires the product to haveRESOURCE_UPDATEconstraint withTagUpdatesOnProvisionedProductset toALLOWEDto allow tag updates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
UpdateProvisionedProductRequest.Builder tags(Consumer<Tag.Builder>... tags)
One or more tags. Requires the product to have
This is a convenience method that creates an instance of theRESOURCE_UPDATEconstraint withTagUpdatesOnProvisionedProductset toALLOWEDto allow tag updates.Tag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
updateToken
UpdateProvisionedProductRequest.Builder updateToken(String updateToken)
The idempotency token that uniquely identifies the provisioning update request.
- Parameters:
updateToken- The idempotency token that uniquely identifies the provisioning update request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateProvisionedProductRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateProvisionedProductRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-