public static interface CloudComponentStatus.Builder extends SdkPojo, CopyableBuilder<CloudComponentStatus.Builder,CloudComponentStatus>
| Modifier and Type | Method and Description |
|---|---|
CloudComponentStatus.Builder |
componentState(CloudComponentState componentState)
The state of the component version.
|
CloudComponentStatus.Builder |
componentState(String componentState)
The state of the component version.
|
CloudComponentStatus.Builder |
errors(Map<String,String> errors)
A dictionary of errors that communicate why the component version is in an error state.
|
CloudComponentStatus.Builder |
message(String message)
A message that communicates details, such as errors, about the status of the component version.
|
CloudComponentStatus.Builder |
vendorGuidance(String vendorGuidance)
The vendor guidance state for the component version.
|
CloudComponentStatus.Builder |
vendorGuidance(VendorGuidance vendorGuidance)
The vendor guidance state for the component version.
|
CloudComponentStatus.Builder |
vendorGuidanceMessage(String vendorGuidanceMessage)
A message that communicates details about the vendor guidance state of the component version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCloudComponentStatus.Builder componentState(String componentState)
The state of the component version.
componentState - The state of the component version.CloudComponentState,
CloudComponentStateCloudComponentStatus.Builder componentState(CloudComponentState componentState)
The state of the component version.
componentState - The state of the component version.CloudComponentState,
CloudComponentStateCloudComponentStatus.Builder message(String message)
A message that communicates details, such as errors, about the status of the component version.
message - A message that communicates details, such as errors, about the status of the component version.CloudComponentStatus.Builder errors(Map<String,String> errors)
A dictionary of errors that communicate why the component version is in an error state. For example, if IoT
Greengrass can't access an artifact for the component version, then errors contains the
artifact's URI as a key, and the error message as the value for that key.
errors - A dictionary of errors that communicate why the component version is in an error state. For example,
if IoT Greengrass can't access an artifact for the component version, then errors
contains the artifact's URI as a key, and the error message as the value for that key.CloudComponentStatus.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,
VendorGuidanceCloudComponentStatus.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,
VendorGuidanceCloudComponentStatus.Builder vendorGuidanceMessage(String vendorGuidanceMessage)
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.
vendorGuidanceMessage - 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.