Interface ResolvedComponentVersion.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ResolvedComponentVersion.Builder,ResolvedComponentVersion>, SdkBuilder<ResolvedComponentVersion.Builder,ResolvedComponentVersion>, SdkPojo
Enclosing class:
ResolvedComponentVersion

public static interface ResolvedComponentVersion.Builder extends SdkPojo, CopyableBuilder<ResolvedComponentVersion.Builder,ResolvedComponentVersion>
  • Method Details

    • arn

      The ARN of the component version.

      Parameters:
      arn - The ARN of the component version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • componentName

      ResolvedComponentVersion.Builder componentName(String 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

      ResolvedComponentVersion.Builder componentVersion(String 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

      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.

      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

      ResolvedComponentVersion.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.

      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.