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.
|
build
overrideConfiguration
copy
applyMutation, build
CreateRobotRequest.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
,
Architecture
CreateRobotRequest.Builder architecture(Architecture architecture)
The target architecture of the robot.
architecture
- The target architecture of the robot.Architecture
,
Architecture
CreateRobotRequest.Builder greengrassGroupId(String greengrassGroupId)
The Greengrass group id.
greengrassGroupId
- The Greengrass group id.CreateRobotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateRobotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.