Interface CreateRobotRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateRobotRequest.Builder,CreateRobotRequest>,RoboMakerRequest.Builder,SdkBuilder<CreateRobotRequest.Builder,CreateRobotRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateRobotRequest
public static interface CreateRobotRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateRobotRequest.Builder,CreateRobotRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateRobotRequest.Builderarchitecture(String architecture)The target architecture of the robot.CreateRobotRequest.Builderarchitecture(Architecture architecture)The target architecture of the robot.CreateRobotRequest.BuildergreengrassGroupId(String greengrassGroupId)The Greengrass group id.CreateRobotRequest.Buildername(String name)The name for the robot.CreateRobotRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateRobotRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateRobotRequest.Buildertags(Map<String,String> tags)A map that contains tag keys and tag values that are attached to the robot.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.robomaker.model.RoboMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
CreateRobotRequest.Builder name(String name)
The name for the robot.
- Parameters:
name- The name for the robot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
architecture
CreateRobotRequest.Builder architecture(String architecture)
The target architecture of the robot.
- Parameters:
architecture- The target architecture of the robot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Architecture,Architecture
-
architecture
CreateRobotRequest.Builder architecture(Architecture architecture)
The target architecture of the robot.
- Parameters:
architecture- The target architecture of the robot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Architecture,Architecture
-
greengrassGroupId
CreateRobotRequest.Builder greengrassGroupId(String greengrassGroupId)
The Greengrass group id.
- Parameters:
greengrassGroupId- The Greengrass group id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateRobotRequest.Builder tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the robot.
- Parameters:
tags- A map that contains tag keys and tag values that are attached to the robot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateRobotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateRobotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-