public static interface UpdateProvisioningArtifactRequest.Builder extends ServiceCatalogRequest.Builder, CopyableBuilder<UpdateProvisioningArtifactRequest.Builder,UpdateProvisioningArtifactRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateProvisioningArtifactRequest.Builder |
acceptLanguage(String acceptLanguage)
The language code.
|
UpdateProvisioningArtifactRequest.Builder |
description(String description)
The updated text description of the provisioning artifact.
|
UpdateProvisioningArtifactRequest.Builder |
name(String name)
The updated name of the provisioning artifact.
|
UpdateProvisioningArtifactRequest.Builder |
productId(String productId)
The product identifier.
|
UpdateProvisioningArtifactRequest.Builder |
provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact for the update request.
|
UpdateProvisioningArtifactRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildUpdateProvisioningArtifactRequest.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.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.