public static interface ProgressDetail.Builder extends SdkPojo, CopyableBuilder<ProgressDetail.Builder,ProgressDetail>
| Modifier and Type | Method and Description |
|---|---|
ProgressDetail.Builder |
currentProgress(RobotDeploymentStep currentProgress)
The current progress status.
|
ProgressDetail.Builder |
currentProgress(String currentProgress)
The current progress status.
|
ProgressDetail.Builder |
estimatedTimeRemainingSeconds(Integer estimatedTimeRemainingSeconds)
Estimated amount of time in seconds remaining in the step.
|
ProgressDetail.Builder |
percentDone(Float percentDone)
Precentage of the step that is done.
|
ProgressDetail.Builder |
targetResource(String targetResource)
The Amazon Resource Name (ARN) of the deployment job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProgressDetail.Builder currentProgress(String currentProgress)
The current progress status.
Validating the deployment.
Downloading and extracting the bundle on the robot.
Executing pre-launch script(s) if provided.
Launching the robot application.
Executing post-launch script(s) if provided.
Deployment is complete.
currentProgress - The current progress status.
Validating the deployment.
Downloading and extracting the bundle on the robot.
Executing pre-launch script(s) if provided.
Launching the robot application.
Executing post-launch script(s) if provided.
Deployment is complete.
RobotDeploymentStep,
RobotDeploymentStepProgressDetail.Builder currentProgress(RobotDeploymentStep currentProgress)
The current progress status.
Validating the deployment.
Downloading and extracting the bundle on the robot.
Executing pre-launch script(s) if provided.
Launching the robot application.
Executing post-launch script(s) if provided.
Deployment is complete.
currentProgress - The current progress status.
Validating the deployment.
Downloading and extracting the bundle on the robot.
Executing pre-launch script(s) if provided.
Launching the robot application.
Executing post-launch script(s) if provided.
Deployment is complete.
RobotDeploymentStep,
RobotDeploymentStepProgressDetail.Builder percentDone(Float percentDone)
Precentage of the step that is done. This currently only applies to the Downloading/Extracting
step of the deployment. It is empty for other steps.
percentDone - Precentage of the step that is done. This currently only applies to the
Downloading/Extracting step of the deployment. It is empty for other steps.ProgressDetail.Builder estimatedTimeRemainingSeconds(Integer estimatedTimeRemainingSeconds)
Estimated amount of time in seconds remaining in the step. This currently only applies to the
Downloading/Extracting step of the deployment. It is empty for other steps.
estimatedTimeRemainingSeconds - Estimated amount of time in seconds remaining in the step. This currently only applies to the
Downloading/Extracting step of the deployment. It is empty for other steps.ProgressDetail.Builder targetResource(String targetResource)
The Amazon Resource Name (ARN) of the deployment job.
targetResource - The Amazon Resource Name (ARN) of the deployment job.Copyright © 2022. All rights reserved.