public static interface EdgeDeploymentPlanSummary.Builder extends SdkPojo, CopyableBuilder<EdgeDeploymentPlanSummary.Builder,EdgeDeploymentPlanSummary>
| Modifier and Type | Method and Description |
|---|---|
EdgeDeploymentPlanSummary.Builder |
creationTime(Instant creationTime)
The time when the edge deployment plan was created.
|
EdgeDeploymentPlanSummary.Builder |
deviceFleetName(String deviceFleetName)
The name of the device fleet used for the deployment.
|
EdgeDeploymentPlanSummary.Builder |
edgeDeploymentFailed(Integer edgeDeploymentFailed)
The number of edge devices that failed the deployment.
|
EdgeDeploymentPlanSummary.Builder |
edgeDeploymentPending(Integer edgeDeploymentPending)
The number of edge devices yet to pick up the deployment, or in progress.
|
EdgeDeploymentPlanSummary.Builder |
edgeDeploymentPlanArn(String edgeDeploymentPlanArn)
The ARN of the edge deployment plan.
|
EdgeDeploymentPlanSummary.Builder |
edgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
|
EdgeDeploymentPlanSummary.Builder |
edgeDeploymentSuccess(Integer edgeDeploymentSuccess)
The number of edge devices with the successful deployment.
|
EdgeDeploymentPlanSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time when the edge deployment plan was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEdgeDeploymentPlanSummary.Builder edgeDeploymentPlanArn(String edgeDeploymentPlanArn)
The ARN of the edge deployment plan.
edgeDeploymentPlanArn - The ARN of the edge deployment plan.EdgeDeploymentPlanSummary.Builder edgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
edgeDeploymentPlanName - The name of the edge deployment plan.EdgeDeploymentPlanSummary.Builder deviceFleetName(String deviceFleetName)
The name of the device fleet used for the deployment.
deviceFleetName - The name of the device fleet used for the deployment.EdgeDeploymentPlanSummary.Builder edgeDeploymentSuccess(Integer edgeDeploymentSuccess)
The number of edge devices with the successful deployment.
edgeDeploymentSuccess - The number of edge devices with the successful deployment.EdgeDeploymentPlanSummary.Builder edgeDeploymentPending(Integer edgeDeploymentPending)
The number of edge devices yet to pick up the deployment, or in progress.
edgeDeploymentPending - The number of edge devices yet to pick up the deployment, or in progress.EdgeDeploymentPlanSummary.Builder edgeDeploymentFailed(Integer edgeDeploymentFailed)
The number of edge devices that failed the deployment.
edgeDeploymentFailed - The number of edge devices that failed the deployment.EdgeDeploymentPlanSummary.Builder creationTime(Instant creationTime)
The time when the edge deployment plan was created.
creationTime - The time when the edge deployment plan was created.EdgeDeploymentPlanSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The time when the edge deployment plan was last updated.
lastModifiedTime - The time when the edge deployment plan was last updated.Copyright © 2023. All rights reserved.