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)
Add an optional request override configuration.
|
CreateRobotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateRobotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.