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.
|
CreateRobotResponse.Builder |
tags(Map<String,String> tags)
The list of all tags added to the robot.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRobotResponse.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,
ArchitectureCreateRobotResponse.Builder architecture(Architecture architecture)
The target architecture of the robot.
architecture - The target architecture of the robot.Architecture,
ArchitectureCreateRobotResponse.Builder tags(Map<String,String> tags)
The list of all tags added to the robot.
tags - The list of all tags added to the robot.Copyright © 2020. All rights reserved.