public static interface CreateRobotRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateRobotRequest.Builder,CreateRobotRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateRobotRequest.Builder |
architecture(Architecture architecture)
The target architecture of the robot.
|
CreateRobotRequest.Builder |
architecture(String architecture)
The target architecture of the robot.
|
CreateRobotRequest.Builder |
greengrassGroupId(String greengrassGroupId)
The Greengrass group id.
|
CreateRobotRequest.Builder |
name(String name)
The name for the robot.
|
CreateRobotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateRobotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateRobotRequest.Builder |
tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the robot.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRobotRequest.Builder name(String name)
The name for the robot.
name - The name for the robot.CreateRobotRequest.Builder architecture(String architecture)
The target architecture of the robot.
architecture - The target architecture of the robot.Architecture,
ArchitectureCreateRobotRequest.Builder architecture(Architecture architecture)
The target architecture of the robot.
architecture - The target architecture of the robot.Architecture,
ArchitectureCreateRobotRequest.Builder greengrassGroupId(String greengrassGroupId)
The Greengrass group id.
greengrassGroupId - The Greengrass group id.CreateRobotRequest.Builder tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the robot.
tags - A map that contains tag keys and tag values that are attached to the robot.CreateRobotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateRobotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.