public static interface EdgePresetDeploymentOutput.Builder extends SdkPojo, CopyableBuilder<EdgePresetDeploymentOutput.Builder,EdgePresetDeploymentOutput>
| Modifier and Type | Method and Description |
|---|---|
EdgePresetDeploymentOutput.Builder |
artifact(String artifact)
The Amazon Resource Name (ARN) of the generated deployable resource.
|
EdgePresetDeploymentOutput.Builder |
status(EdgePresetDeploymentStatus status)
The status of the deployable resource.
|
EdgePresetDeploymentOutput.Builder |
status(String status)
The status of the deployable resource.
|
EdgePresetDeploymentOutput.Builder |
statusMessage(String statusMessage)
Returns a message describing the status of the deployed resource.
|
EdgePresetDeploymentOutput.Builder |
type(EdgePresetDeploymentType type)
The deployment type created by SageMaker Edge Manager.
|
EdgePresetDeploymentOutput.Builder |
type(String type)
The deployment type created by SageMaker Edge Manager.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEdgePresetDeploymentOutput.Builder type(String type)
The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.
type - The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT
Greengrass Version 2 components.EdgePresetDeploymentType,
EdgePresetDeploymentTypeEdgePresetDeploymentOutput.Builder type(EdgePresetDeploymentType type)
The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.
type - The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT
Greengrass Version 2 components.EdgePresetDeploymentType,
EdgePresetDeploymentTypeEdgePresetDeploymentOutput.Builder artifact(String artifact)
The Amazon Resource Name (ARN) of the generated deployable resource.
artifact - The Amazon Resource Name (ARN) of the generated deployable resource.EdgePresetDeploymentOutput.Builder status(String status)
The status of the deployable resource.
status - The status of the deployable resource.EdgePresetDeploymentStatus,
EdgePresetDeploymentStatusEdgePresetDeploymentOutput.Builder status(EdgePresetDeploymentStatus status)
The status of the deployable resource.
status - The status of the deployable resource.EdgePresetDeploymentStatus,
EdgePresetDeploymentStatusEdgePresetDeploymentOutput.Builder statusMessage(String statusMessage)
Returns a message describing the status of the deployed resource.
statusMessage - Returns a message describing the status of the deployed resource.Copyright © 2023. All rights reserved.