| Modifier and Type | Method and Description |
|---|---|
CfnRobot.Builder |
architecture(String architecture)
`AWS::RoboMaker::Robot.Architecture`.
|
CfnRobot |
build() |
static CfnRobot.Builder |
create(Construct scope,
String id) |
CfnRobot.Builder |
fleet(String fleet)
`AWS::RoboMaker::Robot.Fleet`.
|
CfnRobot.Builder |
greengrassGroupId(String greengrassGroupId)
`AWS::RoboMaker::Robot.GreengrassGroupId`.
|
CfnRobot.Builder |
name(String name)
`AWS::RoboMaker::Robot.Name`.
|
CfnRobot.Builder |
tags(Map<String,String> tags)
`AWS::RoboMaker::Robot.Tags`.
|
@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 - `AWS::RoboMaker::Robot.Architecture`. This parameter is required.this@Stability(value=Stable) public CfnRobot.Builder fleet(String fleet)
fleet - `AWS::RoboMaker::Robot.Fleet`. This parameter is required.this@Stability(value=Stable) public CfnRobot.Builder greengrassGroupId(String greengrassGroupId)
greengrassGroupId - `AWS::RoboMaker::Robot.GreengrassGroupId`. This parameter is required.this@Stability(value=Stable) public CfnRobot.Builder name(String name)
name - `AWS::RoboMaker::Robot.Name`. This parameter is required.this@Stability(value=Stable) public CfnRobot.Builder tags(Map<String,String> tags)
tags - `AWS::RoboMaker::Robot.Tags`. This parameter is required.thisCopyright © 2021. All rights reserved.