public static interface DeviceDeploymentSummary.Builder extends SdkPojo, CopyableBuilder<DeviceDeploymentSummary.Builder,DeviceDeploymentSummary>
| Modifier and Type | Method and Description |
|---|---|
DeviceDeploymentSummary.Builder |
deployedStageName(String deployedStageName)
The name of the deployed stage.
|
DeviceDeploymentSummary.Builder |
deploymentStartTime(Instant deploymentStartTime)
The time when the deployment on the device started.
|
DeviceDeploymentSummary.Builder |
description(String description)
The description of the device.
|
DeviceDeploymentSummary.Builder |
deviceArn(String deviceArn)
The ARN of the device.
|
DeviceDeploymentSummary.Builder |
deviceDeploymentStatus(DeviceDeploymentStatus deviceDeploymentStatus)
The deployment status of the device.
|
DeviceDeploymentSummary.Builder |
deviceDeploymentStatus(String deviceDeploymentStatus)
The deployment status of the device.
|
DeviceDeploymentSummary.Builder |
deviceDeploymentStatusMessage(String deviceDeploymentStatusMessage)
The detailed error message for the deployoment status result.
|
DeviceDeploymentSummary.Builder |
deviceFleetName(String deviceFleetName)
The name of the fleet to which the device belongs to.
|
DeviceDeploymentSummary.Builder |
deviceName(String deviceName)
The name of the device.
|
DeviceDeploymentSummary.Builder |
edgeDeploymentPlanArn(String edgeDeploymentPlanArn)
The ARN of the edge deployment plan.
|
DeviceDeploymentSummary.Builder |
edgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
|
DeviceDeploymentSummary.Builder |
stageName(String stageName)
The name of the stage in the edge deployment plan.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeviceDeploymentSummary.Builder edgeDeploymentPlanArn(String edgeDeploymentPlanArn)
The ARN of the edge deployment plan.
edgeDeploymentPlanArn - The ARN of the edge deployment plan.DeviceDeploymentSummary.Builder edgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
edgeDeploymentPlanName - The name of the edge deployment plan.DeviceDeploymentSummary.Builder stageName(String stageName)
The name of the stage in the edge deployment plan.
stageName - The name of the stage in the edge deployment plan.DeviceDeploymentSummary.Builder deployedStageName(String deployedStageName)
The name of the deployed stage.
deployedStageName - The name of the deployed stage.DeviceDeploymentSummary.Builder deviceFleetName(String deviceFleetName)
The name of the fleet to which the device belongs to.
deviceFleetName - The name of the fleet to which the device belongs to.DeviceDeploymentSummary.Builder deviceName(String deviceName)
The name of the device.
deviceName - The name of the device.DeviceDeploymentSummary.Builder deviceArn(String deviceArn)
The ARN of the device.
deviceArn - The ARN of the device.DeviceDeploymentSummary.Builder deviceDeploymentStatus(String deviceDeploymentStatus)
The deployment status of the device.
deviceDeploymentStatus - The deployment status of the device.DeviceDeploymentStatus,
DeviceDeploymentStatusDeviceDeploymentSummary.Builder deviceDeploymentStatus(DeviceDeploymentStatus deviceDeploymentStatus)
The deployment status of the device.
deviceDeploymentStatus - The deployment status of the device.DeviceDeploymentStatus,
DeviceDeploymentStatusDeviceDeploymentSummary.Builder deviceDeploymentStatusMessage(String deviceDeploymentStatusMessage)
The detailed error message for the deployoment status result.
deviceDeploymentStatusMessage - The detailed error message for the deployoment status result.DeviceDeploymentSummary.Builder description(String description)
The description of the device.
description - The description of the device.DeviceDeploymentSummary.Builder deploymentStartTime(Instant deploymentStartTime)
The time when the deployment on the device started.
deploymentStartTime - The time when the deployment on the device started.Copyright © 2023. All rights reserved.