public static interface Robot.Builder extends SdkPojo, CopyableBuilder<Robot.Builder,Robot>
Modifier and Type | Method and Description |
---|---|
Robot.Builder |
architecture(Architecture architecture)
The architecture of the robot.
|
Robot.Builder |
architecture(String architecture)
The architecture of the robot.
|
Robot.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the robot.
|
Robot.Builder |
createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the robot was created.
|
Robot.Builder |
fleetArn(String fleetArn)
The Amazon Resource Name (ARN) of the fleet.
|
Robot.Builder |
greenGrassGroupId(String greenGrassGroupId)
The Greengrass group associated with the robot.
|
Robot.Builder |
lastDeploymentJob(String lastDeploymentJob)
The Amazon Resource Name (ARN) of the last deployment job.
|
Robot.Builder |
lastDeploymentTime(Instant lastDeploymentTime)
The time of the last deployment.
|
Robot.Builder |
name(String name)
The name of the robot.
|
Robot.Builder |
status(RobotStatus status)
The status of the robot.
|
Robot.Builder |
status(String status)
The status of the robot.
|
copy
applyMutation, build
Robot.Builder arn(String arn)
The Amazon Resource Name (ARN) of the robot.
arn
- The Amazon Resource Name (ARN) of the robot.Robot.Builder name(String name)
The name of the robot.
name
- The name of the robot.Robot.Builder fleetArn(String fleetArn)
The Amazon Resource Name (ARN) of the fleet.
fleetArn
- The Amazon Resource Name (ARN) of the fleet.Robot.Builder status(String status)
The status of the robot.
status
- The status of the robot.RobotStatus
,
RobotStatus
Robot.Builder status(RobotStatus status)
The status of the robot.
status
- The status of the robot.RobotStatus
,
RobotStatus
Robot.Builder greenGrassGroupId(String greenGrassGroupId)
The Greengrass group associated with the robot.
greenGrassGroupId
- The Greengrass group associated with the robot.Robot.Builder createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the robot was created.
createdAt
- The time, in milliseconds since the epoch, when the robot was created.Robot.Builder architecture(String architecture)
The architecture of the robot.
architecture
- The architecture of the robot.Architecture
,
Architecture
Robot.Builder architecture(Architecture architecture)
The architecture of the robot.
architecture
- The architecture of the robot.Architecture
,
Architecture
Robot.Builder lastDeploymentJob(String lastDeploymentJob)
The Amazon Resource Name (ARN) of the last deployment job.
lastDeploymentJob
- The Amazon Resource Name (ARN) of the last deployment job.Robot.Builder lastDeploymentTime(Instant lastDeploymentTime)
The time of the last deployment.
lastDeploymentTime
- The time of the last deployment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.