| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
RobotDeployment.Builder |
RobotDeployment.Builder.arn(String arn)
The robot deployment Amazon Resource Name (ARN).
|
static RobotDeployment.Builder |
RobotDeployment.builder() |
RobotDeployment.Builder |
RobotDeployment.Builder.deploymentFinishTime(Instant deploymentFinishTime)
The time, in milliseconds since the epoch, when the deployment finished.
|
RobotDeployment.Builder |
RobotDeployment.Builder.deploymentStartTime(Instant deploymentStartTime)
The time, in milliseconds since the epoch, when the deployment was started.
|
RobotDeployment.Builder |
RobotDeployment.Builder.failureCode(DeploymentJobErrorCode failureCode)
The robot deployment failure code.
|
RobotDeployment.Builder |
RobotDeployment.Builder.failureCode(String failureCode)
The robot deployment failure code.
|
RobotDeployment.Builder |
RobotDeployment.Builder.failureReason(String failureReason)
A short description of the reason why the robot deployment failed.
|
default RobotDeployment.Builder |
RobotDeployment.Builder.progressDetail(Consumer<ProgressDetail.Builder> progressDetail)
Information about how the deployment is progressing.
|
RobotDeployment.Builder |
RobotDeployment.Builder.progressDetail(ProgressDetail progressDetail)
Information about how the deployment is progressing.
|
RobotDeployment.Builder |
RobotDeployment.Builder.status(RobotStatus status)
The status of the robot deployment.
|
RobotDeployment.Builder |
RobotDeployment.Builder.status(String status)
The status of the robot deployment.
|
RobotDeployment.Builder |
RobotDeployment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RobotDeployment.Builder> |
RobotDeployment.serializableBuilderClass() |
Copyright © 2020. All rights reserved.