public static interface UpdateProvisioningArtifactRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<UpdateProvisioningArtifactRequest.Builder,UpdateProvisioningArtifactRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateProvisioningArtifactRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
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.
provisioningArtifactId - The identifier of the provisioning artifact.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 description of the provisioning artifact.
description - The updated description of the provisioning artifact.UpdateProvisioningArtifactRequest.Builder active(Boolean active)
Indicates whether the product version is active.
Inactive provisioning artifacts are invisible to end users. End users cannot launch or update a provisioned product from an inactive provisioning artifact.
active - Indicates whether the product version is active.
Inactive provisioning artifacts are invisible to end users. End users cannot launch or update a provisioned product from an inactive provisioning artifact.
UpdateProvisioningArtifactRequest.Builder guidance(String guidance)
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
The DEFAULT value indicates that the product version is active.
The administrator can set the guidance to DEPRECATED to inform users that the product version is
deprecated. Users are able to make updates to a provisioned product of a deprecated version but cannot launch
new provisioned products using a deprecated version.
guidance - Information set by the administrator to provide guidance to end users about which provisioning
artifacts to use.
The DEFAULT value indicates that the product version is active.
The administrator can set the guidance to DEPRECATED to inform users that the product
version is deprecated. Users are able to make updates to a provisioned product of a deprecated version
but cannot launch new provisioned products using a deprecated version.
ProvisioningArtifactGuidance,
ProvisioningArtifactGuidanceUpdateProvisioningArtifactRequest.Builder guidance(ProvisioningArtifactGuidance guidance)
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
The DEFAULT value indicates that the product version is active.
The administrator can set the guidance to DEPRECATED to inform users that the product version is
deprecated. Users are able to make updates to a provisioned product of a deprecated version but cannot launch
new provisioned products using a deprecated version.
guidance - Information set by the administrator to provide guidance to end users about which provisioning
artifacts to use.
The DEFAULT value indicates that the product version is active.
The administrator can set the guidance to DEPRECATED to inform users that the product
version is deprecated. Users are able to make updates to a provisioned product of a deprecated version
but cannot launch new provisioned products using a deprecated version.
ProvisioningArtifactGuidance,
ProvisioningArtifactGuidanceUpdateProvisioningArtifactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateProvisioningArtifactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.