| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
CreateRobotResponse.Builder |
CreateRobotResponse.Builder.architecture(Architecture architecture)
The target architecture of the robot.
|
CreateRobotResponse.Builder |
CreateRobotResponse.Builder.architecture(String 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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateRobotResponse.Builder> |
CreateRobotResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.