Interface EdgePresetDeploymentOutput.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EdgePresetDeploymentOutput.Builder,,EdgePresetDeploymentOutput> SdkBuilder<EdgePresetDeploymentOutput.Builder,,EdgePresetDeploymentOutput> SdkPojo
- Enclosing class:
 EdgePresetDeploymentOutput
public static interface EdgePresetDeploymentOutput.Builder
extends SdkPojo, CopyableBuilder<EdgePresetDeploymentOutput.Builder,EdgePresetDeploymentOutput> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the generated deployable resource.The status of the deployable resource.status(EdgePresetDeploymentStatus status) The status of the deployable resource.statusMessage(String statusMessage) Returns a message describing the status of the deployed resource.The deployment type created by SageMaker Edge Manager.type(EdgePresetDeploymentType type) The deployment type created by SageMaker Edge Manager.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
type
The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.
- Parameters:
 type- The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
type
The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.
- Parameters:
 type- The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
artifact
The Amazon Resource Name (ARN) of the generated deployable resource.
- Parameters:
 artifact- The Amazon Resource Name (ARN) of the generated deployable resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
status
The status of the deployable resource.
- Parameters:
 status- The status of the deployable resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The status of the deployable resource.
- Parameters:
 status- The status of the deployable resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
statusMessage
Returns a message describing the status of the deployed resource.
- Parameters:
 statusMessage- Returns a message describing the status of the deployed resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -