Class CfnRobot.Builder
java.lang.Object
software.amazon.awscdk.services.robomaker.CfnRobot.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRobot>
- Enclosing class:
CfnRobot
@Stability(Stable)
public static final class CfnRobot.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRobot>
A fluent builder for
CfnRobot
.-
Method Summary
Modifier and TypeMethodDescriptionarchitecture
(String architecture) The architecture of the robot.build()
static CfnRobot.Builder
The Amazon Resource Name (ARN) of the fleet to which the robot will be registered.greengrassGroupId
(String greengrassGroupId) The Greengrass group associated with the robot.The name of the robot.A map that contains tag keys and tag values that are attached to the robot.
-
Method Details
-
create
@Stability(Stable) public static CfnRobot.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnRobot.Builder
.
-
architecture
The architecture of the robot.- Parameters:
architecture
- The architecture of the robot. This parameter is required.- Returns:
this
- See Also:
-
greengrassGroupId
The Greengrass group associated with the robot.- Parameters:
greengrassGroupId
- The Greengrass group associated with the robot. This parameter is required.- Returns:
this
- See Also:
-
fleet
The Amazon Resource Name (ARN) of the fleet to which the robot will be registered.- Parameters:
fleet
- The Amazon Resource Name (ARN) of the fleet to which the robot will be registered. This parameter is required.- Returns:
this
- See Also:
-
name
The name of the robot.- Parameters:
name
- The name of the robot. This parameter is required.- Returns:
this
- See Also:
-
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. This parameter is required.- Returns:
this
- See Also:
-
build
-