@Stability(value=External) public static final class CfnRobotProps.Builder extends Object
CfnRobotProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRobotProps.Builder |
architecture(String architecture)
Sets the value of Architecture
|
CfnRobotProps |
build()
Builds the configured instance.
|
CfnRobotProps.Builder |
fleet(String fleet)
Sets the value of Fleet
|
CfnRobotProps.Builder |
greengrassGroupId(String greengrassGroupId)
Sets the value of GreengrassGroupId
|
CfnRobotProps.Builder |
name(String name)
Sets the value of Name
|
CfnRobotProps.Builder |
tags(Object tags)
Sets the value of Tags
|
@Stability(value=External) public CfnRobotProps.Builder architecture(String architecture)
architecture - `AWS::RoboMaker::Robot.Architecture`. This parameter is required.this@Stability(value=External) public CfnRobotProps.Builder greengrassGroupId(String greengrassGroupId)
greengrassGroupId - `AWS::RoboMaker::Robot.GreengrassGroupId`. This parameter is required.this@Stability(value=External) public CfnRobotProps.Builder fleet(String fleet)
fleet - `AWS::RoboMaker::Robot.Fleet`.this@Stability(value=External) public CfnRobotProps.Builder name(String name)
name - `AWS::RoboMaker::Robot.Name`.this@Stability(value=External) public CfnRobotProps.Builder tags(Object tags)
tags - `AWS::RoboMaker::Robot.Tags`.this@Stability(value=External) public CfnRobotProps build()
CfnRobotPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.