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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdgePresetDeploymentOutput.Builder
artifact(String artifact)
The Amazon Resource Name (ARN) of the generated deployable resource.EdgePresetDeploymentOutput.Builder
status(String status)
The status of the deployable resource.EdgePresetDeploymentOutput.Builder
status(EdgePresetDeploymentStatus 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(String type)
The deployment type created by SageMaker Edge Manager.EdgePresetDeploymentOutput.Builder
type(EdgePresetDeploymentType type)
The deployment type created by SageMaker Edge Manager.-
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 Detail
-
type
EdgePresetDeploymentOutput.Builder type(String 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:
EdgePresetDeploymentType
,EdgePresetDeploymentType
-
type
EdgePresetDeploymentOutput.Builder type(EdgePresetDeploymentType 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:
EdgePresetDeploymentType
,EdgePresetDeploymentType
-
artifact
EdgePresetDeploymentOutput.Builder artifact(String 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
EdgePresetDeploymentOutput.Builder status(String 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:
EdgePresetDeploymentStatus
,EdgePresetDeploymentStatus
-
status
EdgePresetDeploymentOutput.Builder status(EdgePresetDeploymentStatus 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:
EdgePresetDeploymentStatus
,EdgePresetDeploymentStatus
-
statusMessage
EdgePresetDeploymentOutput.Builder statusMessage(String 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.
-
-