CreateRobotResponse.Builder |
CreateRobotResponse.Builder.architecture(String architecture) |
The target architecture of the robot.
|
CreateRobotResponse.Builder |
CreateRobotResponse.Builder.architecture(Architecture architecture) |
The target architecture of the robot.
|
CreateRobotResponse.Builder |
CreateRobotResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the robot.
|
static CreateRobotResponse.Builder |
CreateRobotResponse.builder() |
|
CreateRobotResponse.Builder |
CreateRobotResponse.Builder.createdAt(Instant createdAt) |
The time, in milliseconds since the epoch, when the robot was created.
|
CreateRobotResponse.Builder |
CreateRobotResponse.Builder.greengrassGroupId(String greengrassGroupId) |
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
|
CreateRobotResponse.Builder |
CreateRobotResponse.Builder.name(String name) |
The name of the robot.
|
CreateRobotResponse.Builder |
CreateRobotResponse.Builder.tags(Map<String,String> tags) |
The list of all tags added to the robot.
|
CreateRobotResponse.Builder |
CreateRobotResponse.toBuilder() |
|