| Modifier and Type | Method and Description |
|---|---|
CfnRobot.Builder |
architecture(String architecture)
The architecture of the robot.
|
CfnRobot |
build() |
static CfnRobot.Builder |
create(Construct scope,
String id) |
CfnRobot.Builder |
fleet(String fleet)
The Amazon Resource Name (ARN) of the fleet to which the robot will be registered.
|
CfnRobot.Builder |
greengrassGroupId(String greengrassGroupId)
The Greengrass group associated with the robot.
|
CfnRobot.Builder |
name(String name)
The name of the robot.
|
CfnRobot.Builder |
tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the robot.
|
@Stability(value=Stable) public static CfnRobot.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnRobot.Builder.@Stability(value=Stable) public CfnRobot.Builder architecture(String architecture)
architecture - The architecture of the robot. This parameter is required.this@Stability(value=Stable) public CfnRobot.Builder greengrassGroupId(String greengrassGroupId)
greengrassGroupId - The Greengrass group associated with the robot. This parameter is required.this@Stability(value=Stable) public CfnRobot.Builder fleet(String fleet)
fleet - The Amazon Resource Name (ARN) of the fleet to which the robot will be registered. This parameter is required.this@Stability(value=Stable) public CfnRobot.Builder name(String name)
name - The name of the robot. This parameter is required.this@Stability(value=Stable) public CfnRobot.Builder tags(Map<String,String> tags)
tags - A map that contains tag keys and tag values that are attached to the robot. This parameter is required.thisCopyright © 2023. All rights reserved.