public static interface UpdateProvisioningArtifactRequest.Builder extends ServiceCatalogRequest.Builder, CopyableBuilder<UpdateProvisioningArtifactRequest.Builder,UpdateProvisioningArtifactRequest>
build
requestOverrideConfig
copy
apply, build
UpdateProvisioningArtifactRequest.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
UpdateProvisioningArtifactRequest.Builder productId(String productId)
The product identifier.
productId
- The product identifier.UpdateProvisioningArtifactRequest.Builder provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact for the update request. This is sometimes referred to as the product version.
provisioningArtifactId
- The identifier of the provisioning artifact for the update request. This is sometimes referred to as
the product version.UpdateProvisioningArtifactRequest.Builder name(String name)
The updated name of the provisioning artifact.
name
- The updated name of the provisioning artifact.UpdateProvisioningArtifactRequest.Builder description(String description)
The updated text description of the provisioning artifact.
description
- The updated text description of the provisioning artifact.UpdateProvisioningArtifactRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateProvisioningArtifactRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.