Interface CreateRobotRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateRobotRequest.Builder,
,CreateRobotRequest> RoboMakerRequest.Builder
,SdkBuilder<CreateRobotRequest.Builder,
,CreateRobotRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateRobotRequest
@Mutable
@NotThreadSafe
public static interface CreateRobotRequest.Builder
extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateRobotRequest.Builder,CreateRobotRequest>
-
Method Summary
Modifier and TypeMethodDescriptionarchitecture
(String architecture) The target architecture of the robot.architecture
(Architecture architecture) The target architecture of the robot.greengrassGroupId
(String greengrassGroupId) The Greengrass group id.The name for the robot.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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:
-
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateRobotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-