public static interface CreateRobotResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<CreateRobotResponse.Builder,CreateRobotResponse>
Modifier and Type | Method and Description |
---|---|
CreateRobotResponse.Builder |
architecture(Architecture architecture)
The target architecture of the robot.
|
CreateRobotResponse.Builder |
architecture(String architecture)
The target architecture of the robot.
|
CreateRobotResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the robot.
|
CreateRobotResponse.Builder |
createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the robot was created.
|
CreateRobotResponse.Builder |
greengrassGroupId(String greengrassGroupId)
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
|
CreateRobotResponse.Builder |
name(String name)
The name of the robot.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateRobotResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the robot.
arn
- The Amazon Resource Name (ARN) of the robot.CreateRobotResponse.Builder name(String name)
The name of the robot.
name
- The name of the robot.CreateRobotResponse.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.CreateRobotResponse.Builder greengrassGroupId(String greengrassGroupId)
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
greengrassGroupId
- The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.CreateRobotResponse.Builder architecture(String architecture)
The target architecture of the robot.
architecture
- The target architecture of the robot.Architecture
,
Architecture
CreateRobotResponse.Builder architecture(Architecture architecture)
The target architecture of the robot.
architecture
- The target architecture of the robot.Architecture
,
Architecture
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.