@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
CfnRobotProps.getArchitecture() |
CfnRobotProps |
build()
Builds the configured instance.
|
CfnRobotProps.Builder |
fleet(String fleet)
Sets the value of
CfnRobotProps.getFleet() |
CfnRobotProps.Builder |
greengrassGroupId(String greengrassGroupId)
Sets the value of
CfnRobotProps.getGreengrassGroupId() |
CfnRobotProps.Builder |
name(String name)
Sets the value of
CfnRobotProps.getName() |
CfnRobotProps.Builder |
tags(Object tags)
Sets the value of
CfnRobotProps.getTags() |
@Stability(value=External) public CfnRobotProps.Builder architecture(String architecture)
CfnRobotProps.getArchitecture()architecture - `AWS::RoboMaker::Robot.Architecture`. This parameter is required.this@Stability(value=External) public CfnRobotProps.Builder greengrassGroupId(String greengrassGroupId)
CfnRobotProps.getGreengrassGroupId()greengrassGroupId - `AWS::RoboMaker::Robot.GreengrassGroupId`. This parameter is required.this@Stability(value=External) public CfnRobotProps.Builder fleet(String fleet)
CfnRobotProps.getFleet()fleet - `AWS::RoboMaker::Robot.Fleet`.this@Stability(value=External) public CfnRobotProps.Builder name(String name)
CfnRobotProps.getName()name - `AWS::RoboMaker::Robot.Name`.this@Stability(value=External) public CfnRobotProps.Builder tags(Object tags)
CfnRobotProps.getTags()tags - `AWS::RoboMaker::Robot.Tags`.this@Stability(value=External) public CfnRobotProps build()
CfnRobotPropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.