| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
Robot.Builder |
Robot.Builder.architecture(Architecture architecture)
The architecture of the robot.
|
Robot.Builder |
Robot.Builder.architecture(String architecture)
The architecture of the robot.
|
Robot.Builder |
Robot.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the robot.
|
static Robot.Builder |
Robot.builder() |
Robot.Builder |
Robot.Builder.createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the robot was created.
|
Robot.Builder |
Robot.Builder.fleetArn(String fleetArn)
The Amazon Resource Name (ARN) of the fleet.
|
Robot.Builder |
Robot.Builder.greenGrassGroupId(String greenGrassGroupId)
The Greengrass group associated with the robot.
|
Robot.Builder |
Robot.Builder.lastDeploymentJob(String lastDeploymentJob)
The Amazon Resource Name (ARN) of the last deployment job.
|
Robot.Builder |
Robot.Builder.lastDeploymentTime(Instant lastDeploymentTime)
The time of the last deployment.
|
Robot.Builder |
Robot.Builder.name(String name)
The name of the robot.
|
Robot.Builder |
Robot.Builder.status(RobotStatus status)
The status of the robot.
|
Robot.Builder |
Robot.Builder.status(String status)
The status of the robot.
|
Robot.Builder |
Robot.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Robot.Builder> |
Robot.serializableBuilderClass() |
Copyright © 2023. All rights reserved.