Interface ResolvedComponentVersion.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResolvedComponentVersion.Builder,
,ResolvedComponentVersion> SdkBuilder<ResolvedComponentVersion.Builder,
,ResolvedComponentVersion> SdkPojo
- Enclosing class:
ResolvedComponentVersion
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the component version.componentName
(String componentName) The name of the component.componentVersion
(String componentVersion) The version of the component.A message that communicates details about the vendor guidance state of the component version.The recipe of the component version.vendorGuidance
(String vendorGuidance) The vendor guidance state for the component version.vendorGuidance
(VendorGuidance vendorGuidance) The vendor guidance state for the component version.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, sdkFields
-
Method Details
-
arn
-
componentName
The name of the component.
- Parameters:
componentName
- The name of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentVersion
The version of the component.
- Parameters:
componentVersion
- The version of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recipe
The recipe of the component version.
- Parameters:
recipe
- The recipe of the component version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-