| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProgressDetail.Builder |
ProgressDetail.builder() |
ProgressDetail.Builder |
ProgressDetail.Builder.currentProgress(RobotDeploymentStep currentProgress)
The current progress status.
|
ProgressDetail.Builder |
ProgressDetail.Builder.currentProgress(String currentProgress)
The current progress status.
|
ProgressDetail.Builder |
ProgressDetail.Builder.estimatedTimeRemainingSeconds(Integer estimatedTimeRemainingSeconds)
Estimated amount of time in seconds remaining in the step.
|
ProgressDetail.Builder |
ProgressDetail.Builder.percentDone(Float percentDone)
Precentage of the step that is done.
|
ProgressDetail.Builder |
ProgressDetail.Builder.targetResource(String targetResource)
The Amazon Resource Name (ARN) of the deployment job.
|
ProgressDetail.Builder |
ProgressDetail.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProgressDetail.Builder> |
ProgressDetail.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RobotDeployment.Builder |
RobotDeployment.Builder.progressDetail(Consumer<ProgressDetail.Builder> progressDetail)
Information about how the deployment is progressing.
|
Copyright © 2023. All rights reserved.