public static interface ResolvedComponentVersion.Builder extends SdkPojo, CopyableBuilder<ResolvedComponentVersion.Builder,ResolvedComponentVersion>
| Modifier and Type | Method and Description |
|---|---|
ResolvedComponentVersion.Builder |
arn(String arn)
The ARN of the
component version.
|
ResolvedComponentVersion.Builder |
componentName(String componentName)
The name of the component.
|
ResolvedComponentVersion.Builder |
componentVersion(String componentVersion)
The version of the component.
|
ResolvedComponentVersion.Builder |
message(String message)
A message that communicates details about the vendor guidance state of the component version.
|
ResolvedComponentVersion.Builder |
recipe(SdkBytes recipe)
The recipe of the component version.
|
ResolvedComponentVersion.Builder |
vendorGuidance(String vendorGuidance)
The vendor guidance state for the component version.
|
ResolvedComponentVersion.Builder |
vendorGuidance(VendorGuidance vendorGuidance)
The vendor guidance state for the component version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResolvedComponentVersion.Builder arn(String arn)
The ARN of the component version.
arn - The ARN of
the component version.ResolvedComponentVersion.Builder componentName(String componentName)
The name of the component.
componentName - The name of the component.ResolvedComponentVersion.Builder componentVersion(String componentVersion)
The version of the component.
componentVersion - The version of the component.ResolvedComponentVersion.Builder recipe(SdkBytes recipe)
The recipe of the component version.
recipe - The recipe of the component version.ResolvedComponentVersion.Builder vendorGuidance(String vendorGuidance)
The vendor guidance state for the component version. This state indicates whether the component version has any issues that you should consider before you deploy it. The vendor guidance state can be:
ACTIVE – This component version is available and recommended for use.
DISCONTINUED – This component version has been discontinued by its publisher. You can deploy
this component version, but we recommend that you use a different version of this component.
DELETED – This component version has been deleted by its publisher, so you can't deploy it. If
you have any existing deployments that specify this component version, those deployments will fail.
vendorGuidance - The vendor guidance state for the component version. This state indicates whether the component
version has any issues that you should consider before you deploy it. The vendor guidance state can
be:
ACTIVE – This component version is available and recommended for use.
DISCONTINUED – This component version has been discontinued by its publisher. You can
deploy this component version, but we recommend that you use a different version of this component.
DELETED – This component version has been deleted by its publisher, so you can't deploy
it. If you have any existing deployments that specify this component version, those deployments will
fail.
VendorGuidance,
VendorGuidanceResolvedComponentVersion.Builder vendorGuidance(VendorGuidance vendorGuidance)
The vendor guidance state for the component version. This state indicates whether the component version has any issues that you should consider before you deploy it. The vendor guidance state can be:
ACTIVE – This component version is available and recommended for use.
DISCONTINUED – This component version has been discontinued by its publisher. You can deploy
this component version, but we recommend that you use a different version of this component.
DELETED – This component version has been deleted by its publisher, so you can't deploy it. If
you have any existing deployments that specify this component version, those deployments will fail.
vendorGuidance - The vendor guidance state for the component version. This state indicates whether the component
version has any issues that you should consider before you deploy it. The vendor guidance state can
be:
ACTIVE – This component version is available and recommended for use.
DISCONTINUED – This component version has been discontinued by its publisher. You can
deploy this component version, but we recommend that you use a different version of this component.
DELETED – This component version has been deleted by its publisher, so you can't deploy
it. If you have any existing deployments that specify this component version, those deployments will
fail.
VendorGuidance,
VendorGuidanceResolvedComponentVersion.Builder message(String message)
A message that communicates details about the vendor guidance state of the component version. This message communicates why a component version is discontinued or deleted.
message - A message that communicates details about the vendor guidance state of the component version. This
message communicates why a component version is discontinued or deleted.Copyright © 2023. All rights reserved.